Skip to content

Commit 09e769c

Browse files
authored
fix: fixed connect timeout for default time (#116)
1 parent 267af65 commit 09e769c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/emd/cfn/ecs/template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@ Resources:
325325
ClientAliases:
326326
- Port: !Ref ContainerPort
327327
DnsName: !GetAtt ConvertDnsName.DnsName
328+
Timeout:
329+
IdleTimeoutSeconds: 3600
330+
PerRequestTimeoutSeconds: 3600
328331
ServiceSecurityGroup:
329332
Type: 'AWS::EC2::SecurityGroup'
330333
Properties:

0 commit comments

Comments
 (0)