dominikhei opened a new pull request, #48121: URL: https://github.com/apache/airflow/pull/48121
--- closes: #47780 This PR contains an addition to the ```get_or_create_pod``` method. If the pod is not found immediately, the method waits ```self.startup_timeout_seconds``` seconds and then executes the find_pod method again. If the pod is not found after the wait, it gets created. Tests to test the behavior of the additions to the method are also included. I opted to not add ```retry_attempts``` as a parameter to the operator, as checking once -> waiting -> checking again seemed sufficient and I did not want to introduce changes to the Operators parameters for such a small addition. -- 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]
