dirrao commented on PR #36882:
URL: https://github.com/apache/airflow/pull/36882#issuecomment-1916298950

   > > > I see you added retires counter. What do you think about custom delay 
between each retry of exceeded quota also? My issue is the high rate of 
requests to Kubernetes API and currently it does not solve it.
   > > 
   > > 
   > > We are complicating the functionality. I would suggest using task 
retries to honor the retry delay of 5 minutes to solve your use case.
   > 
   > It feels a little weird to use the task level retry delay for the global 
quota failure retry, doesn't it? This is partially why I think using the normal 
retry makes sense - it avoids us duplicating the whole retry concept.
   
   In this scenario, I am referring to the normal retry instead of relying on 
the current implementation. 


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