Skip to content

Commit

Permalink
No longer need a separate config file for celery
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Mar 24, 2024
1 parent f4a2c7b commit 8e137ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions config/airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
14 changes: 0 additions & 14 deletions config/celeryconfig.py

This file was deleted.

0 comments on commit 8e137ce

Please sign in to comment.