The GitHub Actions job "Tests" on airflow.git/2603/fix-k8s-joinable-queue has 
failed.
Run started by GitHub user Dev-iL (triggered by Dev-iL).

Head commit for run:
54436de112214400eb425ad4ef2301da8698bf8d / Dev-iL 
<[email protected]>
K8s: use joinable manager queues

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`

Report URL: https://github.com/apache/airflow/actions/runs/23183705563

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to