Skip to content

Commit

Permalink
ci(infra): Drop broken worker health check
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lo <[email protected]>
  • Loading branch information
topher-lo authored Dec 19, 2024
1 parent 131deda commit e4ad95f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deployments/aws/ecs/ecs-worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ resource "aws_ecs_task_definition" "worker_task_definition" {
maxAttempts = 3
backoffTime = 30
}
healthCheck = {
command = ["CMD", "python", "-c", "import httpx; httpx.get('http://localhost:8001/').raise_for_status()"]
interval = 30
timeout = 5
retries = 3
startPeriod = 60
}
}
])
}
Expand Down

0 comments on commit e4ad95f

Please sign in to comment.