From 3ae706d6dbb347033d7f3cec3157e2307c653f2a Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 21 Feb 2024 18:33:42 +0300 Subject: [PATCH] healhchecks-warn-out --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index cc35f74b..c0a5e9a2 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,8 @@ "name": "web check", "description": "Checking if the app responds to the GET /", "path": "/", - "attempts": 3 + "attempts": 3, + "warn": true } ] }