performance optimization, much faster when only looking up check if transaction not found.
This commit is contained in:
@@ -83,8 +83,8 @@ resource "aws_lb_target_group" "integreat_app" {
|
||||
path = "/api/health-check"
|
||||
port = "traffic-port"
|
||||
protocol = "HTTP"
|
||||
timeout = 5
|
||||
unhealthy_threshold = 2
|
||||
timeout = 14
|
||||
unhealthy_threshold = 5
|
||||
}
|
||||
|
||||
stickiness {
|
||||
|
||||
Reference in New Issue
Block a user