alittlesliceoftom commented on issue #14259: URL: https://github.com/apache/airflow/issues/14259#issuecomment-779827526
Happy to raise this as a PR, I.e. changing ` @tenacity.retry(stop=tenacity.stop_after_attempt(3), wait=tenacity.wait_exponential(), reraise=True) ` to ` @tenacity.retry(stop=tenacity.stop_after_attempt(5), wait=tenacity.wait_exponential(), reraise=True) ` Which I think would solve the issue for most people and make this much more usable, but I'm not used to this code base! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
