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

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


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to