change celery pool support from prefork to threads

This commit is contained in:
Kenneth Kehl
2024-11-25 11:57:06 -08:00
parent 76e63ac4aa
commit 06807cf84b

View File

@@ -50,7 +50,8 @@ run-celery: ## Run celery, TODO remove purge for staging/prod
-A run_celery.notify_celery worker \
--pidfile="/tmp/celery.pid" \
--loglevel=INFO \
--concurrency=4
--pool=threads
--concurrency=10
.PHONY: dead-code