Skip to content

Commit

Permalink
reinvent schedule. Leak as a Service.
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ph authored Dec 1, 2024
1 parent 6d3dedf commit 76ff555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/tf-fargate/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ variable "security_groups" {
}

variable "schedule" {
default = "cron(0 */2 ? * MON-FRI *)"
#default = "cron(0 * ? * * *)"
#default = "cron(0 */2 ? * MON-FRI *)"
default = "cron(0 * ? * * *)"
description = "Schedule for your job"
}

Expand Down

0 comments on commit 76ff555

Please sign in to comment.