pierrejeambrun opened a new pull request, #55528: URL: https://github.com/apache/airflow/pull/55528
Update the retry strategy for front-end request to be more failure tolerant. The current strategy was only retrying once and 500ms after the first failure. Which means that if you are rate limited, most chances are the only retry we're doing after that will also fail and be rate limited. We are falling back to the default strategy here which is `retryDelay: (attemptIndex) => Math.min(1000 * 2 ** attemptIndex, 30000),` -- 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]
