Skip to content

Commit 477ed4d

Browse files
committed
new crux schedule
1 parent 895b42a commit 477ed4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/tf/dataform_trigger/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ resource "google_cloud_scheduler_job" "bq-poller-crux-ready" {
110110
paused = false
111111
project = var.project
112112
region = var.region
113-
schedule = "0 */8 8-14 * *"
113+
schedule = "0 8,12,16 8-14 * *"
114114
time_zone = "Etc/UTC"
115115
http_target {
116116
body = base64encode(local.crux_ready_scheduler_body)

0 commit comments

Comments
 (0)