mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fix celery PID
This commit is contained in:
2
fabfile.py
vendored
2
fabfile.py
vendored
@@ -169,7 +169,7 @@ def start_celeryd():
|
|||||||
require('path')
|
require('path')
|
||||||
|
|
||||||
with cd('%(path)s/dreddit-auth/' % env):
|
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():
|
def stop_celeryd():
|
||||||
|
|||||||
Reference in New Issue
Block a user