Skip to content

Commit

Permalink
Add ECS plugin server healthcheck (#8642)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakkomajuri authored Feb 16, 2022
1 parent a314b61 commit 0949680
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions task-definition.plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@
],
"linuxParameters": {
"initProcessEnabled": true
},
"healthCheck": {
"retries": 15,
"command": ["CMD-SHELL", "curl -f http://localhost:8000/_health || exit 1"],
"timeout": 10,
"interval": 45,
"startPeriod": null
}
}
],
Expand Down

0 comments on commit 0949680

Please sign in to comment.