Skip to content

Commit

Permalink
make job run every 5 minutes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanvuong2021 committed Jul 22, 2024
1 parent 80a2f7a commit 3cd83cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-kingdom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
secrets: inherit
with:
environment: dev
apply: false
apply: true
2 changes: 1 addition & 1 deletion src/main/k8s/dev/kingdom_gke.cue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ kingdom: #Kingdom & {
] + _spannerConfig.flags
spec: {
concurrencyPolicy: "Forbid"
schedule: "15 * * * *" // Hourly, 15 minutes past the hour
schedule: "*/5 * * * *" // Hourly, 15 minutes past the hour
jobTemplate: spec: template: spec: #ServiceAccountPodSpec & {
serviceAccountName: #OperationalMetricsServiceAccount
}
Expand Down

0 comments on commit 3cd83cb

Please sign in to comment.