Skip to content

Commit

Permalink
Merge pull request #1187 from uccser/hc-default
Browse files Browse the repository at this point in the history
Use default settings for split health checks.
  • Loading branch information
courtneycb committed Nov 19, 2019
2 parents e62af4d + 2a87dbc commit 14495d5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 41 deletions.
2 changes: 0 additions & 2 deletions csfieldguide/config/urls.py
Expand Up @@ -7,7 +7,6 @@
from django.conf import settings
from django.conf.urls.i18n import i18n_patterns
from django.urls import include, path
from config.views import health_check


urlpatterns = i18n_patterns(
Expand All @@ -19,7 +18,6 @@
)

urlpatterns += [
path("_ah/health", health_check),
path("en/search/", include("search.urls", namespace="search")),
]

Expand Down
12 changes: 0 additions & 12 deletions csfieldguide/config/views.py

This file was deleted.

1 change: 0 additions & 1 deletion csfieldguide/tests/config/urls/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions csfieldguide/tests/config/urls/test_health_check_url.py

This file was deleted.

5 changes: 0 additions & 5 deletions infrastructure/dev-deploy/app-dev.yaml
Expand Up @@ -16,10 +16,5 @@ resources:
cpu: 1
memory_gb: 3.75

health_check:
enable_health_check: True
check_interval_sec: 5
timeout_sec: 4

manual_scaling:
instances: 1
8 changes: 0 additions & 8 deletions infrastructure/prod-deploy/app-prod.yaml
Expand Up @@ -15,11 +15,3 @@ env_variables:
resources:
cpu: 1
memory_gb: 3.75

liveness_check:
path: "/_ah/health"
check_interval_sec: 5

readiness_check:
path: "/_ah/health"
check_interval_sec: 5

0 comments on commit 14495d5

Please sign in to comment.