fix(anilist): dedupe failures during retry cooldown and block dead-lette

- Ignore markFailure calls while an item is still within its retry backoff window
- Prevent enqueue from re-adding keys already in the dead-letter queue
This commit is contained in:
2026-05-26 01:57:25 -07:00
parent f62fff2585
commit 2add95d541
3 changed files with 56 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
type: fixed
area: anilist
- Prevent repeated missing-token checks from rapidly exhausting AniList retry attempts or duplicating dead-letter entries for the same episode.