This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Light signalScheduled tasks now automatically retry up to five times with 60‑second intervals before failing, and the dashboard displays live execution states via color‑coded nodes.
Why it matters: Retries improve reliability of scheduled jobs; UI tracking lets operators monitor failures in real time. Trigger: max 5 attempts, each after a 60‑second pause.
Summary
AI summaryScheduled tasks now retry up to five times with 60‑second intervals before failing, and the dashboard shows live execution states.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Dashboard timeline visually indicates live schedule states with color‑coded nodes. Dashboard timeline visually indicates live schedule states with color‑coded nodes. Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Feature | Medium |
Scheduled tasks now automatically retry up to 5 times with 60‑second intervals before failing. Scheduled tasks now automatically retry up to 5 times with 60‑second intervals before failing. Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Feature | Medium |
Automatic retries and schedule status UI tracking added to scheduler. Automatic retries and schedule status UI tracking added to scheduler. Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Feature | Medium |
Scheduler automatically retries failed tasks up to 5 times, spacing attempts 60 seconds apart. Scheduler automatically retries failed tasks up to 5 times, spacing attempts 60 seconds apart. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
| Refactor | Medium |
Sync Main to Dev branch by @fscorrupt (PR #572). Sync Main to Dev branch by @fscorrupt (PR #572). Source: llm_adapter@2026-05-22 Confidence: low |
— |
Full changelog
Intelligent Scheduler Retries
Scheduled tasks will no longer quietly skip if a script instance or a stale lockfile is detected. The scheduler will now automatically queue up to 5 retries spaced 60 seconds apart before marking the execution as failed.
Live Schedule Status UI
The Dashboard timeline has been overhauled to visually communicate exactly what your schedules are doing. Timeline nodes now reflect live states from the backend:
- ✅ Green: Execution completed successfully.
- 🟡 Yellow (pulsing): Execution skipped/blocked; retry attempt is actively scheduled.
- ❌ Red (pulsing): Maximum retries reached or script execution failed.
- 🔵 Blue / Muted: Upcoming or historically completed instances.
What's Changed
- Sync Main to Dev by @fscorrupt in https://github.com/fscorrupt/posterizarr/pull/572
- feat(scheduler): add automatic retries and schedule status UI tracking by @fscorrupt in https://github.com/fscorrupt/posterizarr/pull/573
Closes #571
Full Changelog: https://github.com/fscorrupt/posterizarr/compare/2.2.45...2.2.46
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]