Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Signal task_pre_run not working #31

Open
zikphil opened this issue Jan 28, 2021 · 0 comments
Open

Signal task_pre_run not working #31

zikphil opened this issue Jan 28, 2021 · 0 comments

Comments

@zikphil
Copy link

zikphil commented Jan 28, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant