Deluan
bab9b5cd3a
fix(artwork): purge dangling queue rows and guard concurrent re-enqueues
...
Queue rows for deleted entities failed forever (Get -> ErrNotFound -> failed -> capped retries, unbounded). Add ArtworkQueueRepository.PurgeDangling, called from Prune next to the item_artwork purge. Separately, the found/absent path unconditionally deleted the dequeued row, erasing a concurrent scan re-enqueue; switch to DeleteIfUnchanged, which deletes only while retry_at still matches the dequeued value (verified retry_at is the column an Enqueue upsert resets).
2026-07-22 15:53:32 -04:00
..
2026-07-16 22:20:35 -04:00
2026-03-13 21:06:26 -04:00
2026-07-02 09:46:57 -04:00
2025-06-26 15:50:56 -04:00
2026-07-20 21:49:14 -04:00
2026-07-20 21:49:14 -04:00
2026-01-18 17:42:42 -05:00
2026-05-13 17:44:22 -03:00
2026-07-15 14:07:00 -04:00
2026-05-19 18:02:36 -03:00
2026-03-18 18:57:33 -04:00
2026-07-22 15:53:32 -04:00
2026-07-21 23:14:01 -04:00
2025-07-18 18:41:12 -04:00
2024-05-09 22:26:15 -04:00
2026-04-19 13:16:47 -04:00
2026-06-14 13:39:16 -04:00
2025-02-19 20:35:17 -05:00
2026-07-18 16:50:23 -04:00
2026-07-18 16:50:23 -04:00
2026-05-13 17:44:22 -03:00
2025-07-18 18:41:12 -04:00
2026-07-02 09:46:57 -04:00
2026-06-27 16:11:08 -04:00
2026-06-27 16:11:08 -04:00
2026-06-19 18:25:35 -04:00
2026-06-19 18:25:35 -04:00
2026-06-19 18:25:35 -04:00
2026-06-27 10:37:25 -04:00
2026-07-02 09:46:57 -04:00
2026-07-02 09:46:57 -04:00
2026-06-19 18:25:35 -04:00
2026-06-19 18:25:35 -04:00
2026-06-19 18:25:35 -04:00
2026-06-27 10:37:25 -04:00
2026-06-27 10:37:25 -04:00
2026-06-19 18:25:35 -04:00
2025-02-19 20:35:17 -05:00
2026-07-20 21:49:14 -04:00
2026-07-20 21:49:14 -04:00
2025-02-19 20:35:17 -05:00
2025-06-28 19:00:13 -04:00
2025-03-23 11:53:43 -04:00
2026-07-16 22:20:35 -04:00
2026-07-16 22:20:35 -04:00
2025-06-11 12:02:31 -04:00
2026-03-02 08:56:56 -05:00
2024-05-12 21:37:42 -04:00
2026-05-13 17:44:22 -03:00
2026-03-18 18:57:33 -04:00
2025-11-14 22:15:43 -05:00
2026-02-08 09:57:30 -05:00
2026-07-08 12:37:17 -04:00
2026-07-13 11:32:03 -04:00
2026-02-23 08:51:54 -05:00
2026-02-08 09:57:30 -05:00
2026-07-02 08:29:44 -04:00
2026-07-02 08:29:44 -04:00
2025-02-19 20:35:17 -05:00
2026-07-19 12:39:31 -04:00
2025-07-18 18:41:12 -04:00
2026-02-17 09:28:42 -05:00