BQ rate limit issue when running big replication job

Description

customer runs a replication job that replicates 600 tables with 10 tasks instance, they got below error :

From the BQ doc in the error message,

  • rateLimitExceeded. This value indicates a short-term limit. To resolve these limit issues, retry the operation after few seconds. Use exponential backoff between retry attempts. That is, exponentially increase the delay between each retry

 

So I think we need to handle that in below line

Release Notes

None

Activity

Show:

Aryan VermaOctober 3, 2022 at 1:40 PM

Resolved now.

aditya shendeOctober 1, 2022 at 9:29 AM

LOL

Sanket SahuAugust 16, 2022 at 10:15 AM

The Issue might be happening at :

where we hit the API to check if the table exists for every table one by one.

- Instead what we can do is Fetch all table that exists in the dataset. ( single call )
- and then check in that variable one by one




Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Affects versions

Triaged

No

Components

Priority

Created July 27, 2022 at 4:07 PM
Updated October 10, 2022 at 12:20 PM
Resolved October 3, 2022 at 1:41 PM