vincbeck commented on PR #39201: URL: https://github.com/apache/airflow/pull/39201#issuecomment-2072414532
> I was thinking about the BasOperator argument `retries` > > ```python > PythonOperator( > task_id="aa", > retries=3, > python_callable=toto, > ) > ``` This is an option for users. If a user wants to retry a specific task, they can use this parameter. Here, if I understand correctly, @MaksYermak wants to retry without the user being aware or needing to do something. -- 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]
