You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should be able to interrupt hubble and get a stack trace all the way down to what each "child" is doing.
I think there are at least two ways to solve this:
we could add a new standardized (setuptools entrypoint) loading mechanism, where, instead of starting a new unrelated python interpreter, the "command" is run in some introspectable thread/future.
hubble could explictly handle signals, and pass them to child processes
The text was updated successfully, but these errors were encountered:
we could add a new standardized (setuptools entrypoint) loading mechanism, where, instead of starting a new unrelated python interpreter, the "command" is run in some introspectable thread/future.
This assumes hubble is only going to be used with only python application, I don't think that is the case. Don't really like this idea.
hubble could explictly handle signals, and pass them to child processes
I should be able to interrupt hubble and get a stack trace all the way down to what each "child" is doing.
I think there are at least two ways to solve this:
The text was updated successfully, but these errors were encountered: