-
Add HTTP retry strategy for server connection failures
released this
2026-02-03 08:31:09 +00:00 | 0 commits to master since this releaseImplement automatic retry with exponential backoff (up to 30 attempts)
for 502/503/504 errors. Prevents container crash-loop during server
outages, reducing kernel log spam from repeated restarts.Downloads