Skip to content

Commit

Permalink
fix: Revert healthcheck change (#21054)
Browse files Browse the repository at this point in the history
Revert healthcheck change

We suspect this is causing pods to come up before they are ready to serve traffic
  • Loading branch information
frankh authored Mar 20, 2024
1 parent 590ef1c commit a22c8a6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions unit.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
},
"routes": {
"posthog": [
{
"match": {
"uri": ["/_health", "/_readyz", "/_livez"]
},
"action": {
"pass": "applications/posthog-health"
}
},
{
"action": {
"pass": "applications/posthog"
Expand Down Expand Up @@ -53,17 +45,6 @@
]
},
"applications": {
"posthog-health": {
"type": "python 3.10",
"processes": 1,
"working_directory": "/code",
"path": ".",
"module": "posthog.wsgi",
"user": "nobody",
"limits": {
"requests": 5000
}
},
"posthog": {
"type": "python 3.10",
"processes": 4,
Expand Down

0 comments on commit a22c8a6

Please sign in to comment.