mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04:00
restore purge
This commit is contained in:
2
Makefile
2
Makefile
@@ -37,7 +37,7 @@ run-flask: ## Run flask
|
|||||||
|
|
||||||
.PHONY: run-celery
|
.PHONY: run-celery
|
||||||
run-celery: ## Run celery, TODO remove purge for staging/prod
|
run-celery: ## Run celery, TODO remove purge for staging/prod
|
||||||
# celery -A run_celery.notify_celery purge -f
|
celery -A run_celery.notify_celery purge -f
|
||||||
celery \
|
celery \
|
||||||
-A run_celery.notify_celery worker \
|
-A run_celery.notify_celery worker \
|
||||||
--pidfile="/tmp/celery.pid" \
|
--pidfile="/tmp/celery.pid" \
|
||||||
|
|||||||
Reference in New Issue
Block a user