reduce eventlet concurrency and turn off debug

This commit is contained in:
Kenneth Kehl
2025-07-17 07:58:38 -07:00
parent c657cfdb2d
commit ad75c86330
3 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ run-celery: ## Run celery, TODO remove purge for staging/prod
--pidfile="/tmp/celery.pid" \
--loglevel=INFO \
--pool=eventlet
--concurrency=100
--concurrency=20
.PHONY: dead-code