revert newrelic changes and disable gevent

This commit is contained in:
Kenneth Kehl
2025-07-29 10:22:36 -07:00
parent e7cee89624
commit 1eeceb072e
7 changed files with 10 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ run-celery: ## Run celery, TODO remove purge for staging/prod
-A run_celery.notify_celery worker \
--pidfile="/tmp/celery.pid" \
--loglevel=INFO \
--pool=gevent
--pool=solo
--concurrency=20