Skip to content

Commit

Permalink
fix: Update redis connection ttl (#165)
Browse files Browse the repository at this point in the history
* feat: update redis connection ttl

---------

Co-authored-by: Yogesh Garg <[email protected]>
  • Loading branch information
zacharyblasczyk and yogeshg authored Jan 11, 2024
1 parent 833eabd commit f236b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module "wandb" {

redis = {
host = module.redis.0.host
port = "${module.redis.0.port}?tls=true"
port = "${module.redis.0.port}?tls=true&ttlInSeconds=604800"
}
}

Expand Down

0 comments on commit f236b3b

Please sign in to comment.