Running tutorial examlpe of JoeFlow #87
Unanswered
mohsen-fakhary
asked this question in
Q&A
Replies: 1 comment
-
Hi @mohsen-fakhary, Thanks for reaching out. Can you check if your Celery worker is running? Joeflow runs all machine tasks asynchronously. Therefore, you will need to have either a Celery or Dramatiq worker running to actually execute the tasks and run your workflows. 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.
-
Hi
I'm trying to run tutorial example of JoeFlow
When I start a workflow, it stops in second node.
In 'tasks' list in admin page, I see there's a 'has_user' task in 'scheduled' status.
How can I make the workflow to proceed?
I see no errors.
I've changed default task runner to 'celery' in conf.py
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions