chore: add health check template var healthTimer

This commit is contained in:
2025-04-10 03:00:04 -07:00
parent f55ecae8f3
commit 568c3fc219

View File

@@ -298,7 +298,7 @@
let timerDelayMS = 10000; let timerDelayMS = 10000;
let timerStartMS = Date.now(); // returns milliseconds let timerStartMS = Date.now(); // returns milliseconds
const timerHealthRun = '10000'; // time in milliseconds until health check ran AFTER initial run const timerHealthRun = '<%= healthTimer %>'; // time in milliseconds until health check ran AFTER initial run
/* /*
Action > Healthcheck Action > Healthcheck