Skip to content

Commit

Permalink
increase batch timeout to seven days
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixAja committed Sep 12, 2023
1 parent 3cd78ea commit 834f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/swipe-sfn/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ variable "batch_job_docker_image" {
variable "batch_job_timeout_seconds" {
description = "Timeout after which Batch will terminate jobs (Step Functions has a separate timeout for the SFN execution)"
type = number
default = 86400
default = 604800 # 7 days
}

variable "batch_spot_job_queue_arn" {
Expand Down

0 comments on commit 834f579

Please sign in to comment.