The GitHub Actions job "Tests (AMD)" on 
airflow.git/glue-trigger-verbose-error-state has succeeded.
Run started by GitHub user rjgoyln (triggered by rjgoyln).

Head commit for run:
5c101d385a60a0cf58915022a70cc867a441d3aa / rjgoyln <[email protected]>
Fail Glue job tasks promptly when a verbose job run errors

A run in ERROR is finished and will never reach SUCCEEDED, but the verbose
polling loop only recognised FAILED, TIMEOUT and STOPPED as failures, so it
kept polling until it ran out of attempts -- 75 minutes for GlueJobOperator
and two hours for GlueJobSensor on the default settings -- and then reported
'waiter exceeded max attempts', which reads as a timeout rather than as the
job error it is. The job_complete waiter behind the non-verbose branch has
an explicit ERROR failure acceptor.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to