-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for custom celery configs (#45038)
* #45037: Support for additional celery config directly from airflow.cfg file * Added unit test for the additional config and addressed comments * Added unit test for the additional config and addressed comments * Addressed comments: Added sample config in the docs as well as reference link for all the celery configs. * Addressed comments: Added sample config in the docs as well as reference link for all the celery configs. * Fixed the Unit tests * Fixed the Unit tests * Fixed the Unit tests --------- Co-authored-by: Sachin Arora <[email protected]>
- Loading branch information
1 parent
545bb84
commit f315149
Showing
3 changed files
with
23 additions
and
0 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
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
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