Skip to content

Commit

Permalink
fix: change timeout settings for SearchJobsForAlert (#6152)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 528815611
Source-Link: googleapis/googleapis@b473ccc
Source-Link: googleapis/googleapis-gen@4efc7a2
Copy-Tag: eyJwIjoiVGFsZW50Ly5Pd2xCb3QueWFtbCIsImgiOiI0ZWZjN2EyMjIwOGQ3NWQwNjM0Y2IwNDYxNDkwOTU0ZGQ2OWZjNmRmIn0=
  • Loading branch information
gcf-owl-bot[bot] authored May 2, 2023
1 parent 00901f6 commit b5e09c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Talent/src/V4/resources/job_service_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"retry_params_name": "no_retry_2_params"
},
"SearchJobsForAlert": {
"timeout_millis": 30000,
"retry_codes_name": "no_retry_2_codes",
"retry_params_name": "no_retry_2_params"
"timeout_millis": 60000,
"retry_codes_name": "no_retry_codes",
"retry_params_name": "no_retry_params"
},
"UpdateJob": {
"timeout_millis": 30000,
Expand Down

0 comments on commit b5e09c2

Please sign in to comment.