Skip to content

Commit

Permalink
comment out config
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren authored Sep 3, 2024
1 parent 6509552 commit 356c6df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/app/app-config/env-config/scheduled_jobs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ locals {
# The syntax for `schedule_expression` is explained in the following documentation:
# https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html
scheduled_jobs = {
cron = {
task_command = ["python", "-m", "flask", "--app", "app.py", "cron"]
schedule_expression = "cron(0 * ? * * *)"
}
# cron = {
# task_command = ["python", "-m", "flask", "--app", "app.py", "cron"]
# schedule_expression = "cron(0 * ? * * *)"
# }
}
}

0 comments on commit 356c6df

Please sign in to comment.