Skip to content

Commit

Permalink
Change to concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryTraill committed Nov 18, 2024
1 parent 952e8d7 commit 39d38ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: uvicorn chronos.main:app --host=0.0.0.0 --port=${PORT:-5000}
worker: celery -A chronos.worker worker --loglevel=info --autoscale 4,2 -E
worker: celery -A chronos.worker worker --loglevel=info --concurrency 2 -E

0 comments on commit 39d38ca

Please sign in to comment.