Skip to content

Commit

Permalink
fix slownewss
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabefire committed Aug 1, 2024
1 parent fb42a70 commit 77b0c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .aws/TalkWaveApiTask.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "talkwaveapi",
"image": "584742206045.dkr.ecr.us-east-2.amazonaws.com/talkwaveapi:latest",
"cpu": 800,
"memory": 800,
"cpu": 1024,
"memory": 1024,
"portMappings": [
{
"name": "talkwaveapi-80-tcp",
Expand Down Expand Up @@ -59,7 +59,7 @@
"CMD-SHELL",
"curl --fail http://localhost:80/health || exit 1"
],
"interval": 60,
"interval": 300,
"timeout": 10,
"retries": 3,
"startPeriod": 300
Expand Down

0 comments on commit 77b0c18

Please sign in to comment.