configure shorter timeout for the zombie reaper

This commit is contained in:
surtur 2022-03-20 21:52:02 +01:00
parent 9c91a662fc
commit efb717f4f5
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -31,6 +31,12 @@ DRONE_HTTP_STS_PRELOAD=true
# Prometheus anonymous access
DRONE_PROMETHEUS_ANONYMOUS_ACCESS=true
# Zombie build reaper interval (24h by default)
DRONE_CLEANUP_INTERVAL=60m
# reaper kills permanently (pending,running) stuck jobs
DRONE_CLEANUP_DISABLED=false
DRONE_CLEANUP_DEADLINE_RUNNING=8h
# Registration settings
DRONE_OPEN=true
DRONE_REGISTRATION_CLOSED=false