-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance thread API #64
Comments
Partially implemented cloudius-systems/osv@340763c |
The parent thread info is problematic because although the parent exists at
|
Sadly, this may happened to every living thing
Yes
What is the app granularity in this scope? |
On Aug 24, 2014 4:04 PM, "Tzach Livyatan" [email protected] wrote:
If the parent of thread 123 is thread 77 but thread 77 is already dead you
Yes possible.
The current notion of "app" involves running a .so. so we have for example
|
Do you, or anyone else, see a value in keeping each thread ancestry? |
Current thread API
http://osv.io/api/swagger-ui/dist/index.html#!/os.json/listThreads_get_10
capture minimal information per thread.
For monitoring and debugging it will be useful to include more information per thread:
The text was updated successfully, but these errors were encountered: