Skip to content

Commit

Permalink
fix(exporter): accept the current reality of run length (#3197)
Browse files Browse the repository at this point in the history
The exporter is reliably taking >50m to complete, based on recent runs.

This adjusts the monitoring accordingly.
  • Loading branch information
andrewpollock authored Feb 28, 2025
1 parent a3ec704 commit fa40784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/clouddeploy/gke-workers/base/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: exporter
labels:
cronLastSuccessfulTimeMins: "90"
cronLastSuccessfulTimeMins: "180"
spec:
schedule: "*/30 * * * *"
concurrencyPolicy: Forbid
Expand Down

0 comments on commit fa40784

Please sign in to comment.