The GitHub Actions job "Tests (AMD)" on 
airflow.git/ramitkataria/eks-delete-retry-resource-in-use has failed.
Run started by GitHub user ramitkataria (triggered by ramitkataria).

Head commit for run:
c8aa0d2e5b8c398ed495c91ffc7df1b04bf72290 / Ramit Kataria <[email protected]>
Retry EKS resource deletion on transient ResourceInUseException

Deleting an EKS cluster, nodegroup, or Fargate profile can transiently
fail with ResourceInUseException while the resource is still settling
from a prior operation. The delete operators and the deferrable delete
trigger surfaced that error immediately, failing the task and leaving
the resource orphaned.

Both the synchronous operators and the async trigger now retry these
deletes with exponential backoff until the resource settles, giving up
and re-raising only after a bounded timeout so a genuinely wedged
resource still fails.

With the operators handling this directly, the manual task-level retries
in the EKS system test DAGs are no longer needed and are removed.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to