Skip to content

v0.18.1 β€” retries survive restarts (systemd timer)

Latest

Choose a tag to compare

@colfin22 colfin22 released this 11 Jul 12:03

Follow-up to #30.

  • The short retry of a failed sleeve is now driven by the magpie-retry systemd timer (every few minutes) instead of an in-process timer, so a pending retry survives a container restart β€” consistent with Magpie's other timers.
  • Retries are bounded by CYCLE_RETRY_MAX consecutive attempts (reset by each scheduled cycle) so a sustained outage can't retry forever; POST /api/cycle/retry?force=true bypasses the cap for a manual retry.