mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
remove concurrency for now
This commit is contained in:
1
Makefile
1
Makefile
@@ -71,7 +71,6 @@ run-celery: ## Run celery, TODO remove purge for staging/prod
|
||||
--pidfile="/tmp/celery.pid" \
|
||||
--loglevel=INFO \
|
||||
--pool=solo
|
||||
--concurrency=20
|
||||
|
||||
|
||||
.PHONY: dead-code
|
||||
|
||||
@@ -26,7 +26,7 @@ applications:
|
||||
- type: worker
|
||||
instances: ((worker_instances))
|
||||
memory: ((worker_memory))
|
||||
command: newrelic-admin run-program celery -A run_celery.notify_celery worker --loglevel=INFO --pool=solo --concurrency=20 --prefetch-multiplier=2
|
||||
command: newrelic-admin run-program celery -A run_celery.notify_celery worker --loglevel=INFO --pool=solo --prefetch-multiplier=2
|
||||
- type: scheduler
|
||||
instances: 1
|
||||
memory: ((scheduler_memory))
|
||||
|
||||
Reference in New Issue
Block a user