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.
1 parent 97e0dc8 commit 7520609Copy full SHA for 7520609
infra/functions-python/vars.tf
@@ -84,5 +84,5 @@ variable "operations_oauth2_client_id" {
84
variable "export_csv_schedule" {
85
type = string
86
description = "Schedule the export_csv function"
87
- default = "*/3 * * * *" # every 3 minutes for testing. Change before merging.
+ default = "0 4 * * 2,5" # At 4am every Tuesday and Friday.
88
}
0 commit comments