Skip to content

Commit

Permalink
set celery_executor to use queue name as exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Brown committed Feb 19, 2016
1 parent 8be0296 commit 828419e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/executors/celery_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class CeleryConfig(object):
CELERY_RESULT_BACKEND = configuration.get('celery', 'CELERY_RESULT_BACKEND')
CELERYD_CONCURRENCY = configuration.getint('celery', 'CELERYD_CONCURRENCY')
CELERY_DEFAULT_QUEUE = DEFAULT_QUEUE
CELERY_DEFAULT_EXCHANGE = DEFAULT_QUEUE

app = Celery(
configuration.get('celery', 'CELERY_APP_NAME'),
Expand Down

0 comments on commit 828419e

Please sign in to comment.