ashb opened a new pull request, #44767: URL: https://github.com/apache/airflow/pull/44767
We noticed sometimes in CI that we would get 3 requests made, which "shouldn't" happen, once it gets the 4xx error to the heartbeat it is meant to kill the task process. The vause of this was mostly an artifect of the short heartbeat interval we used in the tests, and how we poll for the subprocess exit code. I don't think it could have happened in practice (and it wouldn't affect anything if it did) but I've made it more-robust anyway. -- 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]
