Open ghost opened 9 years ago
This is part of an on-going problem - Celery requires a bash variable be exported before it will work properly. This is likely only required because I am not fully understand what needs to be done - I'll look into this further, thanks!
Hi,
I'm testing this app and I have this problem, celery still offline.
I'm running centos 6.6 and when I run from command line "bash celery -A jobs worker --loglevel=INFO --detach" I get "import: command not found" on lines 4 and 5, and "from: command not found" on line 7 and other error on line 10.
Thank you
Hey @amsainfor Are you typing in bash with the command? If you want to start celery this way the command should be just
celery -A jobs worker --loglevel=INFO --detach
(without the bash in front)
After reboot, celery not running. It is advised by the UI to do:
Still offline.