commit | d832cfab5bde6d8f8b1ba0685ac3688f795f3054 | [log] [tgz] |
---|---|---|
author | Zvonimir Pavlinovic <zpavlinovic@google.com> | Tue Aug 22 17:22:44 2023 -0700 |
committer | Zvonimir Pavlinovic <zpavlinovic@google.com> | Wed Aug 23 16:17:13 2023 +0000 |
tree | 68e18f0df9b99d6da7361bc647abf7ebcec5ac87 | |
parent | 0d5da3545c13f61f0057f83a4fda5c5e48fd525a [diff] |
terraform/environment: increase deadline for scheduler jobs As of recently, enqueuall and compute-requests scheduler jobs have nominally be failing. Both are HTTP targets with default deadline of 3 minutes. In practice, both of these endpoints take more time and hence their jobs are designated as DEADLINE_EXCEEDED. It turns out that the jobs were succeeding regardless, which is a behaviour observed elsewhere too. However, we should not rely on this. Instead, we shoud increase the deadline to a maximum for HTTP target, which is 30 minutes. See https://cloud.google.com/scheduler/docs/reference/rest/v1/projects.locations.jobs#Job for more information. Change-Id: I9ed0e4fe97f35ed39a57d09ffdc57417c5b5eeab Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/521876 Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> Reviewed-by: Maceo Thompson <maceothompson@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository contains code that serves pkg.go.dev/metrics.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/pkgsite-metrics:” in the subject line, so it is easy to find.