The GitHub Actions job "Tests (AMD)" on airflow.git/hitl-awaiting-input has 
failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
7b9b6e4892b65269a62a765fb45b22f068d880c7 / Kaxil Naik <[email protected]>
Add awaiting_input task state for Human-in-the-loop, off the triggerer

HITL tasks previously deferred onto the triggerer, so a triggerer had to
stay running for the whole (potentially days-long) wait and could never
scale to zero while any task awaited a response. They now park in a new
scheduler-managed `awaiting_input` state that holds neither a worker slot
nor the triggerer, the same way `up_for_reschedule` waits. A human
response (Core API) or the scheduler timeout sweep resumes the task
directly. On Airflow < 3.3 the operator falls back to the trigger path.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to