Skip to content

Commit 7520609

Browse files
committed
Scheduled to run at 4am tuesdays and fridays
1 parent 97e0dc8 commit 7520609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ variable "operations_oauth2_client_id" {
8484
variable "export_csv_schedule" {
8585
type = string
8686
description = "Schedule the export_csv function"
87-
default = "*/3 * * * *" # every 3 minutes for testing. Change before merging.
87+
default = "0 4 * * 2,5" # At 4am every Tuesday and Friday.
8888
}

0 commit comments

Comments
 (0)