Skip to content

Commit

Permalink
build: remove health check
Browse files Browse the repository at this point in the history
  • Loading branch information
DJCrossman committed Nov 28, 2024
1 parent 4b5f8f9 commit 6945c19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ export default $config({
},
memory: '2 GB',
cpu: '1 vCPU',
health: {
command: ["CMD", "curl -f http://localhost:80/ || exit 1"],
startPeriod: "60 seconds",
timeout: "5 seconds",
interval: "30 seconds",
retries: 3,
}
});
},
});

0 comments on commit 6945c19

Please sign in to comment.