try gevent

This commit is contained in:
Kenneth Kehl
2025-07-28 08:52:02 -07:00
parent f3e447fc2d
commit 143d57440c
8 changed files with 155 additions and 99 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=eventlet
--pool=gevent
--concurrency=20