mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 17:22:17 -05:00
change celery pool support from prefork to threads
This commit is contained in:
3
Makefile
3
Makefile
@@ -50,7 +50,8 @@ run-celery: ## Run celery, TODO remove purge for staging/prod
|
|||||||
-A run_celery.notify_celery worker \
|
-A run_celery.notify_celery worker \
|
||||||
--pidfile="/tmp/celery.pid" \
|
--pidfile="/tmp/celery.pid" \
|
||||||
--loglevel=INFO \
|
--loglevel=INFO \
|
||||||
--concurrency=4
|
--pool=threads
|
||||||
|
--concurrency=10
|
||||||
|
|
||||||
|
|
||||||
.PHONY: dead-code
|
.PHONY: dead-code
|
||||||
|
|||||||
Reference in New Issue
Block a user