Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default settings for split health checks. #1187

Merged
merged 2 commits into from Nov 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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