mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-02 08:12:47 +01:00
Increase plugin update check interval from ~8h to 12h, Supervisor to 24h (#6638)
Further slow down automatic update rollout to reduce pressure on container registry infrastructure (GHCR rate limiting). Plugins are staggered 2 minutes apart starting at 12h, Supervisor moves from 12h to 24h. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,13 +31,13 @@ HASS_WATCHDOG_REANIMATE_FAILURES = "HASS_WATCHDOG_REANIMATE_FAILURES"
|
||||
HASS_WATCHDOG_MAX_API_ATTEMPTS = 2
|
||||
HASS_WATCHDOG_MAX_REANIMATE_ATTEMPTS = 5
|
||||
|
||||
RUN_UPDATE_SUPERVISOR = 43200
|
||||
RUN_UPDATE_SUPERVISOR = 86400 # 24h
|
||||
RUN_UPDATE_ADDONS = 57600
|
||||
RUN_UPDATE_CLI = 28100
|
||||
RUN_UPDATE_DNS = 30100
|
||||
RUN_UPDATE_AUDIO = 30200
|
||||
RUN_UPDATE_MULTICAST = 30300
|
||||
RUN_UPDATE_OBSERVER = 30400
|
||||
RUN_UPDATE_CLI = 43200 # 12h, staggered +2min per plugin
|
||||
RUN_UPDATE_DNS = 43320
|
||||
RUN_UPDATE_AUDIO = 43440
|
||||
RUN_UPDATE_MULTICAST = 43560
|
||||
RUN_UPDATE_OBSERVER = 43680
|
||||
|
||||
RUN_RELOAD_ADDONS = 10800
|
||||
RUN_RELOAD_BACKUPS = 72000
|
||||
|
||||
Reference in New Issue
Block a user