celery-pool-asyncio icon indicating copy to clipboard operation
celery-pool-asyncio copied to clipboard

Signal task_pre_run not working

Open zikphil opened this issue 4 years ago • 0 comments

Hello,

If I make this signal function:

@task_prerun.connect
async def task_pre_run(task_id, task, args, **kwargs):
    print(task_id)

when I schedule a job it hangs forever at running this, I have to kill the celery process to restart

zikphil avatar Jan 28 '21 16:01 zikphil