Fix celery PID

This commit is contained in:
2011-01-26 11:10:26 +00:00
parent cd43dc01db
commit a902b5da0a

2
fabfile.py vendored
View File

@@ -169,7 +169,7 @@ def start_celeryd():
require('path')
with cd('%(path)s/dreddit-auth/' % env):
run('. env/bin/activate; ./manage.py celeryd_detach -l INFO -B --pidfile logs/celery.pd -f logs/celeryd.log -n auth-processor' % env)
run('. env/bin/activate; ./manage.py celeryd_detach -l INFO -B --pidfile logs/celeryd.pid -f logs/celeryd.log -n auth-processor' % env)
def stop_celeryd():