pinchflat/lib
Amadeus Mader b9fc9db537 fix(oban): add executing state to indexing worker unique constraints
Include :executing in the unique states list for both FastIndexingWorker
and MediaCollectionIndexingWorker. This ensures Oban properly tracks
executing jobs and prevents potential duplicate job issues.

Without :executing in the unique states, the uniqueness check doesn't
consider currently running jobs, which could lead to jobs not appearing
in the UI's active tasks view or duplicate jobs being scheduled.
2026-03-07 18:40:21 +01:00
..
pinchflat fix(oban): add executing state to indexing worker unique constraints 2026-03-07 18:40:21 +01:00
pinchflat_web Add GET /api/media/recent_downloads endpoint 2026-03-04 11:24:38 +00:00
pinchflat.ex Initial commit 🎉 2024-01-18 20:32:01 -08:00
pinchflat_web.ex [Housekeeping] Dependency updates 6-Jun-2025 (#733) 2025-06-06 13:44:14 -07:00