Skip to content

Commit

Permalink
feat(observability): adds a monitor for watching GH action jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-hagler committed Nov 17, 2022
1 parent fcaf44a commit 4eab453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -776,5 +776,5 @@ variable "pending_job_timeout_mins" {
variable "runner_monitor_chron" {
type = string
description = "Chron schedule for excecuting runner monitor"
default = "cron(10 * * * * *)"
default = "cron(0/10 * * * ? *)"
}

0 comments on commit 4eab453

Please sign in to comment.