Thursday, January 20, 2011

Remote debugging Celery tasks...

Use import pdb; pdb.set_trace()? Well if you've ever tried to debug Celery task queue processes, apparently there's always an rdb import that lets you debug processes as they run:

http://ask.github.com/celery/tutorials/debugging.html

No comments:

Post a Comment