Skip to content

Commit

Permalink
Merge pull request #99 from Sage-Bionetworks/dev
Browse files Browse the repository at this point in the history
FDS-1527 production to v24.1.1
  • Loading branch information
andrewelamb authored Feb 15, 2024
2 parents b1d8574 + 28f6388 commit 998faa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},

"prod": {
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v23.12.1",
"IMAGE_PATH_AND_TAG": "ghcr.io/sage-bionetworks/schematic:v24.1.1",
"AWS_DEFAULT_REGION": "us-east-1",
"PORT": "443",
"TAGS": {
Expand Down
1 change: 1 addition & 0 deletions docker_fargate/docker_fargate_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def __init__(self, scope: Construct, context: str, env: dict, vpc: ec2.Vpc, **kw
task_image_options=task_image_options,
memory_limit_mib=8192, # Default is 512; 8192 MiB is equivalent to 8GB.
public_load_balancer=True, # Default is False
idle_timeout=Duration.seconds(300), # Modify default idle time out to avoid 504 gateway error
# TLS:
certificate=cert,
protocol=elbv2.ApplicationProtocol.HTTPS,
Expand Down

0 comments on commit 998faa0

Please sign in to comment.