shunping opened a new pull request, #33436: URL: https://github.com/apache/beam/pull/33436
Job creation involves staging multiple files (artifacts, pipeline proto, job file, template). While artifact staging has retry logic, these other types do not, leading to potential job failures due to transient service issues. This commit introduces `stage_file_with_retry`, a new function with built-in retry logic. Several `stage_file` calls in `apiclient.py` have been replaced this new function. Internal bug id: 384579652. -- 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]
