Commit 50ffe48
committed
listTimeSeries: increase timeout from 30 seconds to 60 seconds
The poller may often receive timeouts from the GCP monitoring API.
I have received advice from GCP support and product team to increase
the timeout of calls made from the poller cloud function.
Given that the maximum frequency of the cloud scheduler can be
once per minute, a timeout period of 60 seconds makes sense and should
reduce the amount of errors from the poller function1 parent d27046f commit 50ffe48
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
153 | 157 | | |
154 | 158 | | |
155 | 159 | | |
| |||
0 commit comments