chore(): infrastructure improvements
This commit is contained in:
@@ -9,9 +9,7 @@ urlpatterns = [
|
||||
path(
|
||||
"health",
|
||||
HealthCheckView.as_view(
|
||||
checks=[
|
||||
"health_check.Memory"
|
||||
],
|
||||
checks=["health_check.Memory"],
|
||||
),
|
||||
name="liveness",
|
||||
),
|
||||
@@ -25,6 +23,6 @@ urlpatterns = [
|
||||
"health_check.Storage",
|
||||
],
|
||||
),
|
||||
name="readiness"
|
||||
name="readiness",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user