Skip to content

Commit f346a13

Browse files
committed
Update Google.json
- Move retry config the proper location - Adjustment retry timeSlice for quoteExceeded
1 parent 9158cc3 commit f346a13

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Google.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,9 +3554,8 @@
35543554
"call_handling": "google",
35553555
"test_connection": {
35563556
"url": "www.googleapis.com/admin/directory/v1/users?customer=my_customer&maxResults=1"
3557-
}
3558-
},
3559-
"retry": [
3557+
},
3558+
"retry": [
35603559
{
35613560
"type": "connectionError",
35623561
"retry": {
@@ -3589,8 +3588,8 @@
35893588
"retry": {
35903589
"type": "exponential",
35913590
"maxCount": 10,
3592-
"ceiling": 10,
3593-
"timeSlice": 5
3591+
"ceiling": 60,
3592+
"timeSlice": 60000
35943593
},
35953594
"filterPath": "_reason",
35963595
"filterValues": ["quotaExceeded", "rateLimitExceeded"]
@@ -3615,7 +3614,9 @@
36153614
"filterPath": "_reason",
36163615
"filterValues": ["conditionNotMet"]
36173616
}
3618-
],
3617+
]
3618+
},
3619+
36193620
"authOptions": {
36203621
"scopes": [
36213622
"https://www.googleapis.com/auth/admin.directory.user"

0 commit comments

Comments
 (0)