Skip to content

Commit 6fc3950

Browse files
committed
fix scheduler payload
1 parent c576fe8 commit 6fc3950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ resource "google_cloud_scheduler_job" "jbda_import_schedule" {
567567
headers = {
568568
"Content-Type" = "application/json"
569569
}
570-
body = base64encode("{\"task_name\": \"jbda_import\", \"payload\": {\"dry_run\": \"false\"}}")
570+
body = base64encode("{\"task\": \"jbda_import\", \"payload\": {\"dry_run\": false}}")
571571
}
572572
attempt_deadline = "320s"
573573
}

0 commit comments

Comments
 (0)