vandonr-amz commented on issue #21867: URL: https://github.com/apache/airflow/issues/21867#issuecomment-1675439062
> * Support 2 pre-defined strategies for handling TaskGroup retries (retry_strategy): > * (default) strategy all_tasks: clearing the previous task(s) and retry all of them. > * strategy `failed_tasks`: retrying only the failed task(s) within the group. I don't see this as very valuable. This option doesn't exist for DAGs, and I think setting individual task retries covers enough of that need. From my understanding, what users are asking for here is specifically for a way to retry tasks that were marked as success. This can be done separately, and IMO should only be a UI & API option, like it is for DAGs. -- 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]
