From 2e0721973287e7f92a9a5b82cf7f7014878fbcdf Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 21 Feb 2024 19:06:39 +0300 Subject: [PATCH] initial-delay --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index c0a5e9a2..a60f8702 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,8 @@ "description": "Checking if the app responds to the GET /", "path": "/", "attempts": 3, - "warn": true + "warn": true, + "initialDelay": 50 } ] }