making fabfile consistent by replacing celery[d]? with celery
authorBryan <btbonval@gmail.com>
Sun, 29 Dec 2013 05:23:18 +0000 (00:23 -0500)
committerBryan <btbonval@gmail.com>
Sun, 29 Dec 2013 05:23:18 +0000 (00:23 -0500)
fabfile.py

index 67f44029fb1957d648ec0b1f11674f7edcf6b028..e5999760cd4c79399e3065f85e2f2fe818d2d06c 100644 (file)
@@ -135,7 +135,7 @@ def supervisorctl(action, process):
 
 
 @task
-def start_celeryd():
+def start_celery():
     """
     Starts the celeryd process
     """
@@ -143,7 +143,7 @@ def start_celeryd():
 
 
 @task
-def stop_celeryd():
+def stop_celery():
     """
     Stops the celeryd process
     """