perpetuo
perpetuo copied to clipboard
Stall tracking for Python's GIL and Trio tasks
We should use this to explicitly enable ptracing by the child on the parent, to make it easier to get this working inside containers or under yama.
We should allow logging stalls to sentry
Did not change any of the message statements. Added json logging for GKE compatibility and jq parsing. 1. pip uninstall perpetuo 2. pip install /Users/rohit/code/perpetuo 3. python example.py 4. `sudo...
This change ensures that on Linux systems, if the parent Python process dies unexpectedly, the kernel will automatically send SIGTERM to the watcher process, preventing it from becoming a zombie...