damccorm opened a new issue, #20406: URL: https://github.com/apache/beam/issues/20406
CloudVision invokes batchAnnotateImages API ((at AnnotateImages class). Any exception thrown will propagate to the pipeline. Because of the Vision API's quota processing large number of images with a large number of workers will often result in ResourceExhaustedException and subsequent reprocessing of the complete bundle and pipeline errors. By catching that exception in the transform and providing an exponential backoff reprocessing and excessive error reporting can be significantly minimized. Imported from Jira [BEAM-10693](https://issues.apache.org/jira/browse/BEAM-10693). Original Jira may contain additional context. Reported by: slilichenko. -- 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]
