Commit 28e0e4a
fix: ensure Celery tasks are registered at worker startup (main) (apache#63110)
* fix: ensure Celery tasks are registered at worker startup
Fixes: apache#63043
* fix: add test for celery task registration on import
* remove temporary fix scripts
* chore: add TODO comment for execute_command removal when min Airflow >= 3
* fix: correct indentation of TODO comment in test1 parent a57fba4 commit 28e0e4a
File tree
2 files changed
+26
-0
lines changed- providers/celery
- src/airflow/providers/celery/executors
- tests/unit/celery/executors
2 files changed
+26
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
0 commit comments