• 0.0.13 a7abdab1f7

    Add HTTP retry strategy for server connection failures

    snegov released this 2026-02-03 08:31:09 +00:00 | 0 commits to master since this release

    Implement 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