Skip to content

Commit

Permalink
Use Redis as a result backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
slyapustin committed Jun 21, 2022
1 parent 3005d96 commit c40a349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ sql_alchemy_conn = $DATABASE_URL

[celery]
broker_url = $REDIS_URL
result_backend = $DATABASE_URL
result_backend = $REDIS_URL
worker_concurrency = 2

0 comments on commit c40a349

Please sign in to comment.