Skip to content

v0.18.0 β€” retry a failed sleeve in minutes, not hours

Choose a tag to compare

@colfin22 colfin22 released this 11 Jul 11:56

Follow-up to #30.

  • Short auto-retry β€” when a sleeve errors on a transient upstream failure, its decision is retried again in a few minutes (CYCLE_RETRY_MINS, default 10, up to CYCLE_RETRY_MAX times) instead of waiting for the next 6-hourly slot.
  • Retry now β€” new POST /api/cycle/retry re-runs every currently-errored sleeve on demand, bypassing the cadence gate.
  • The dashboard's decision log shows retrying in X min from the pending retry time.