forked from wongwill86/air-tasks
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer need a separate config file for celery
- Loading branch information
Showing
2 changed files
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -375,7 +375,7 @@ celeryd_concurrency = 1 | |
# information. | ||
#broker_url = redis://redis:6379/1 | ||
#broker_url = amqp://172.31.31.249:5672 | ||
|
||
task_acks_late = True | ||
# Another key Celery setting | ||
#celery_result_backend = db+mysql://airflow:[email protected]:3306/airflow | ||
#celery_result_backend = db+postgresql://airflow:[email protected]/airflow | ||
|
@@ -388,7 +388,7 @@ flower_host = 0.0.0.0 | |
flower_port = 5555 | ||
|
||
# Import path for celery configuration options | ||
celery_config_options = celeryconfig.CELERY_CONFIG | ||
#celery_config_options = celeryconfig.CELERY_CONFIG | ||
#celery_config_options = airflow.config_templates.default_celery.DEFAULT_CELERY_CONFIG | ||
ssl_active = False | ||
|
||
|
This file was deleted.
Oops, something went wrong.