Re: [I] Retry even after task was success [airflow]

2023-12-03 Thread via GitHub
eladkal closed issue #36039: Retry even after task was success URL: https://github.com/apache/airflow/issues/36039 -- 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 unsubscrib

Re: [I] Retry even after task was success [airflow]

2023-12-03 Thread via GitHub
Raul824 commented on issue #36039: URL: https://github.com/apache/airflow/issues/36039#issuecomment-1837787630 Below is the snippet of another such instance. All tasks in a task group are sequential with trigger rule all_success. max active run of dag is 1 and depends on past is true.

[I] Retry even after task was success [airflow]

2023-12-03 Thread via GitHub
Raul824 opened a new issue, #36039: URL: https://github.com/apache/airflow/issues/36039 ### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We have setup retry in case of failures and disconnects on individual task. Some tasks ar