Skip to content

Commit

Permalink
Merge pull request #1041 from caseybrown89/master
Browse files Browse the repository at this point in the history
set celery_executor to use queue name as exchange
  • Loading branch information
bolkedebruin committed Apr 1, 2016
2 parents 78f5640 + 828419e commit 0d9c0ac
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 0d9c0ac

Please sign in to comment.