From c19dcdba44002f74c0aa1451f511df18fec24cfd Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 14 Feb 2023 12:31:19 +0800 Subject: [PATCH] Add reminder to keep healthcheck.js --- extra/healthcheck.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extra/healthcheck.js b/extra/healthcheck.js index 9b95cf26a..5e06c2120 100644 --- a/extra/healthcheck.js +++ b/extra/healthcheck.js @@ -1,4 +1,8 @@ /* + * ⚠️ ⚠️ ⚠️ ⚠️ Due to the weird issue in Portainer that the healthcheck script is still pointing to this script for unknown reason. + * IT CANNOT BE DROPPED, even though it looks like it is not used. + * See more: https://github.com/louislam/uptime-kuma/issues/2774#issuecomment-1429092359 + * * ⚠️ Deprecated: Changed to healthcheck.go, it will be deleted in the future. * This script should be run after a period of time (180s), because the server may need some time to prepare. */