ferruzzi opened a new pull request, #27456: URL: https://github.com/apache/airflow/pull/27456
Closes: https://github.com/apache/airflow/issues/21711 The increment-name functionality was broken by https://github.com/apache/airflow/pull/19195 I added back the code which increments the job name if the user says to, and added in a check for ThrottleException with a (user-overrideable) max of 3 retries and a bit of backoff (2/4/8 seconds) with an eventual exception after that. Also added a few unit tests to catch future regressions. -- 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]
