-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
task_acks_late
configuration to Celery Executor (#37066)
* get task_acks_late from config * add task_acks_late to config * Update airflow/providers/celery/provider.yaml Co-authored-by: Hussein Awala <[email protected]> * Update airflow/providers/celery/executors/default_celery.py Co-authored-by: Hussein Awala <[email protected]> * add basic test * test acks_late False * linting * Update airflow/providers/celery/provider.yaml Co-authored-by: Niko Oliveira <[email protected]> * Update airflow/providers/celery/provider.yaml Co-authored-by: Niko Oliveira <[email protected]> * linting * Update spelling_wordlist.txt * alphabetic order * define version added * Update airflow/providers/celery/provider.yaml * Update airflow/providers/celery/provider.yaml Co-authored-by: Jarek Potiuk <[email protected]> --------- Co-authored-by: Hussein Awala <[email protected]> Co-authored-by: Niko Oliveira <[email protected]> Co-authored-by: Jarek Potiuk <[email protected]>
- Loading branch information
1 parent
41ebf28
commit 6c72223
Showing
4 changed files
with
26 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Ack | |
ack | ||
ackIds | ||
acknowledgement | ||
acks | ||
actionCard | ||
Acyclic | ||
acyclic | ||
|
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