Skip to content

Commit 39d38ca

Browse files
committed
Change to concurrency
1 parent 952e8d7 commit 39d38ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
web: uvicorn chronos.main:app --host=0.0.0.0 --port=${PORT:-5000}
2-
worker: celery -A chronos.worker worker --loglevel=info --autoscale 4,2 -E
2+
worker: celery -A chronos.worker worker --loglevel=info --concurrency 2 -E

0 commit comments

Comments
 (0)