mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
http://docs.celeryproject.org/en/latest/reference/celery.contrib.rdb.html allows you to remotely debug running celery tasks with: from celery.contrib import rdb rdb.set_trace() this will bind a remote Python debugger on a random TCP port between 6899-6999, which you can telnet into for remote task debugging