Install dev version of manhole:
pip install https://github.com/ionelmc/python-manhole/archive/master.zip
Poke with USR2, and run (use correct pid):
socat readline unix-connect:/tmp/manhole-12345
Install dev version of manhole:
pip install https://github.com/ionelmc/python-manhole/archive/master.zip
Poke with USR2, and run (use correct pid):
socat readline unix-connect:/tmp/manhole-12345
| #!.ve/bin/python | |
| import manhole | |
| manhole.install(oneshot_on='USR2') | |
| from celery import Celery | |
| app = Celery("badapp") |