alexmojaki/snoop

Can i snoop celery tasks

sant527 opened this issue · 1 comments

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.

In what way does it not work?