remove concurrency for now

This commit is contained in:
Kenneth Kehl
2025-07-29 11:09:08 -07:00
parent d0092d4bf6
commit f5b4b83097
2 changed files with 1 additions and 2 deletions

View File

@@ -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