dv-gorasiya opened a new pull request, #63907:
URL: https://github.com/apache/airflow/pull/63907

   ## Summary
   Implements DAG-level automatic retries for issue #60866.
   
   ## Changes
   - Add `dag_try_number` on `dag_run` + migration
   - `max_dag_retries` / `dag_retry_delay` on SDK DAG + serialized DAG
   - On final failure with retries left: re-queue run, clear failed TIs, 
optional delay on `run_after`
   - Unit tests in `test_dagrun.py`
   
   ## Testing
   `pytest airflow-core/tests/unit/models/test_dagrun.py -k dag_level_retry`
   
   Closes #60866


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to