mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-02-01 21:55:56 +01:00
@@ -30,7 +30,7 @@ services:
|
|||||||
|
|
||||||
# Health check - monitors if cron daemon is running to ensure scheduled jobs can execute
|
# Health check - monitors if cron daemon is running to ensure scheduled jobs can execute
|
||||||
# Container marked unhealthy if cron process dies
|
# Container marked unhealthy if cron process dies
|
||||||
#healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "sh", "-c", "pgrep cron > /dev/null || exit 1"]
|
test: ["CMD", "sh", "-c", "pgrep cron > /dev/null || exit 1"]
|
||||||
interval: 60s
|
interval: 60s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user