Can i snoop celery tasks
sant527 opened this issue · 1 comments
sant527 commented
I am trying to use snoop to debug celery tasks
@celery.task(name="connector-task")
@snoop
def test(param):
a = param
It does not work.
alexmojaki commented
In what way does it not work?