You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I run the last command in README.md ? : celery -A tasks worker --loglevel=INFO
This command results with an error:
Usage: celery [OPTIONS] COMMAND [ARGS]...
Try 'celery --help' for help.
Error: Invalid value for '-A' / '--app':
Unable to load celery application.
Module 'tasks' has no attribute 'celery'
I suppose the problem is with the init.py of tasks module.
The text was updated successfully, but these errors were encountered:
How do I run the last command in README.md ? :
celery -A tasks worker --loglevel=INFO
This command results with an error:
I suppose the problem is with the init.py of tasks module.
The text was updated successfully, but these errors were encountered: