The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
d70cded62f2b9552f9b520b74258823fff9a795e / Ephraim Anierobi 
<[email protected]>
Fix Scheduler restarting due to too many completed pods in cluster

Currently, when a pod completes and is not deleted due to the user's 
configuration,
the watcher keeps listing these pods and checking their status. We should 
instead stop
watching the pod once it succeeds. To do that, pods are created with the 
executor done
label set to False and changed to True when the pod completes. The watcher then 
watches
only those pods that the pod executor done label is False

closes: #22612

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

With regards,
GitHub Actions via GitBox


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

Reply via email to