Commit d843441
K8s: use joinable manager queues (apache#63789)
The executor already treats both queues as joinable queues. It calls:
- task_done()
- join()
- flush logic that assumes task accounting is tracked
A plain manager Queue() does not match that contract. On Python 3.14 this showed up in teardown/error paths as: `ValueError: task_done() called too many times`1 parent 4bec7fb commit d843441
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/executors
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments