mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 18:29:07 -05:00
eed071dd8f
The main queue list sorts by created_at desc and caps at 500 rows, but the FIFO worker processes oldest-first — with a large backlog the actually-running job was routinely outside that window and never reached the frontend at all. Fetch it via a dedicated /transcode/queue/running endpoint instead.