Skip to content

Commit

Permalink
Decrease worker_concurrency to fit Heroku free dyno limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
slyapustin committed Jun 21, 2022
1 parent d1e07db commit 3005d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ sql_alchemy_conn = $DATABASE_URL
[celery]
broker_url = $REDIS_URL
result_backend = $DATABASE_URL
worker_concurrency = 2

0 comments on commit 3005d96

Please sign in to comment.