celery task_runner does not start #113
Replies: 1 comment
-
Hi @Silver-Sky, Thanks for reaching out. Are your workers listening to the If you are stuck, please don't hesitate to reach out again. Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Joe
I tried your application, and after I was able to run the tutorial, it seems that the machine tasks were not started with celery at all.
I solved the problem by removing some attributes from the task_runner and adding the runner to my tasks.py file:
and register my runner in the settings: JOEFLOW_TASK_RUNNER = "workflow.tasks.task_runner"
That way it works like a charm. I used celery==5.3.6.
Maybe that is not an Issue of your code, but I just want you (and other users) to know in case they have the same issue.
Beta Was this translation helpful? Give feedback.
All reactions