We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380430d + 39744c8 commit 1643b21Copy full SHA for 1643b21
infra/batch/main.tf
@@ -212,6 +212,7 @@ resource "google_datastore_index" "batch_execution_index_execution_id_timestamp"
212
name = "execution_id"
213
direction = "ASCENDING"
214
}
215
+
216
properties {
217
name = "timestamp"
218
infra/batch/vars.tf
@@ -27,7 +27,7 @@ variable "job_schedule" {
27
type = string
28
description = "Schedule for the scheduler job"
29
# default every week on monday at 00:00
30
- default = "0 0 * * 1"
+ default = "0 0 * * *"
31
32
33
variable "job_name" {
0 commit comments