Skip to content

Commit

Permalink
Merge pull request #18 from austin1237/cron
Browse files Browse the repository at this point in the history
roll execution back an hour
  • Loading branch information
austin1237 authored Apr 16, 2024
2 parents f70f398 + 05b0254 commit 3256334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "headless_lambda" {
module "scraper_lambda_trigger" {
source = "./cloudwatch-lambda-trigger"
# Every Weekday at 5pm MDT
start_time = "cron(0 0 * * ? *)"
start_time = "cron(0 23 * * ? *)"
name = "scraper-lambda-trigger-${terraform.workspace}"
lambda_function_name = "${module.scraper_lambda.name}"
description = "The timed trigger for ${module.scraper_lambda.name}"
Expand Down

0 comments on commit 3256334

Please sign in to comment.