Implement re-try with back-off requirement for Data fusion BigQuery plugin
Description
Release Notes
None
Activity
Show:
Ankit Jain March 13, 2024 at 10:24 AM
cherry-pick 0.22.x: https://github.com/data-integrations/google-cloud/pull/1377
Unresolved
Pinned fields
Click on the next to a field label to start pinning.
Created November 14, 2023 at 7:25 AM
Updated December 3, 2024 at 4:03 PM
In general internal errors should be retried according to the backoff requirements in the SLA (exponential from 1 to 32 seconds). If the error rate exceeds that specified in the SLA, or jobs are failing on retry, then escalate to the product team. Transient internal errors which do not recur on retry or exceed the SLA rate are to be expected. [1]