The GitHub Actions job "Tests" on airflow.git/fix/hitl-response-timeout has 
failed.
Run started by GitHub user antonio-mello-ai (triggered by antonio-mello-ai).

Head commit for run:
147ace7986ce63c1d9c88603b44346621e2cbbe3 / Antonio <[email protected]>
fix(providers/standard): add response_timeout to HITLOperator to prevent race 
with execution_timeout

HITLOperator reused BaseOperator's execution_timeout for two conflicting
purposes: (1) as a task execution guard that kills the task, and (2) as
the human response wait window passed to HITLTrigger. When short, the
BaseOperator timeout fires before defer() is reached, killing the task
instead of deferring.

Add a dedicated response_timeout parameter for the trigger wait window.
For backward compatibility, if execution_timeout is set without
response_timeout, it is migrated with a deprecation warning and
execution_timeout is cleared to prevent the race condition.

Closes #55866

Co-Authored-By: Claude Opus 4.6 <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to