Reuse failed queue jobs for duplicate retries

This commit is contained in:
Dymas
2026-07-09 17:38:24 +02:00
parent 292bbedd6b
commit 34c77ed9bb
5 changed files with 139 additions and 13 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.48.1 - 2026-07-09
- Changed queue inserts so adding a download that exactly matches an existing failed job now reuses that failed entry and resets it to pending instead of creating another duplicate failed row.
## 0.48.0 - 2026-07-09
- Added a `Clear failed` bulk action to the Queue page so failed jobs can be removed without touching pending, running, finished, or canceled downloads.