jdppettit / space-personal

A virtualization control panel written in Python
4 stars 5 forks source link

Celery Not Running #54

Open ghost opened 9 years ago

ghost commented 9 years ago

After reboot, celery not running. It is advised by the UI to do:

bash /srv/space/scripts/celery.sh

Still offline.

screen shot 2015-03-07 at 10 42 50 pm

jdppettit commented 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!

amsainfor commented 9 years ago

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

levlaz commented 9 years ago

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)