MaksYermak commented on PR #39201:
URL: https://github.com/apache/airflow/pull/39201#issuecomment-2072164596

   > why don't you use the internal retry parameter of airflow ?
   
   I use the same approach what we use for retry Pod creation: 
https://github.com/apache/airflow/blob/main/airflow/providers/cncf/kubernetes/utils/pod_manager.py#L347C1-L356C1
   Also, I didn't see any other approaches in the `cncf` package for retry 
functionality in this case I decided to use the same. Could you please share 
with me the example of Airflow's code for this internal retry parameter logic?


-- 
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