Skip to content

Commit

Permalink
Squash 2041 - Add health check command back to dev task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Nov 21, 2024
1 parent f17fb56 commit 025dcf1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion cd/application-deployment/dev/vaec-celery-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,18 @@
"sh",
"-c",
"/app/scripts/run_celery.sh"
]
],
"healthCheck": {
"command": [
"CMD",
"sh",
"-c",
"./scripts/check_celery.sh"
],
"interval": 30,
"retries": 5,
"timeout": 10
}
},
{
"name": "datadog-agent",
Expand Down

0 comments on commit 025dcf1

Please sign in to comment.