We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebed1e0 commit 3e99908Copy full SHA for 3e99908
src/emd/cfn/ecs/template.yaml
@@ -262,10 +262,10 @@ Resources:
262
sharedMemorySize: 1024
263
healthCheck:
264
command: ["CMD-SHELL","curl -f http://localhost:8080/health || exit 1"]
265
- interval: 60
+ interval: 120
266
retries: 10
267
timeout: 60
268
- startPeriod: 30
+ startPeriod: 120
269
LogConfiguration:
270
LogDriver: awslogs
271
Options:
@@ -318,7 +318,7 @@ Resources:
318
ServiceTargetGroup:
319
Type: 'AWS::ElasticLoadBalancingV2::TargetGroup'
320
Properties:
321
- HealthCheckIntervalSeconds: 10
+ HealthCheckIntervalSeconds: 120
322
HealthCheckPath: /ping
323
HealthCheckProtocol: HTTP
324
HealthCheckTimeoutSeconds: 5
0 commit comments