ec28e43484fd20159c97e053d49ca78a60d62fdb
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s
The pipeline endpoint returned every pending plan (no LIMIT) while the audio list capped at 500 — that alone was the main lag. SSE compounded it: every job_update (which fires per-line of running ffmpeg output) re-ran the entire endpoint and re-rendered every card. - review query: LIMIT 500 + a separate COUNT for reviewTotal; column header shows 'X of Y' and a footer 'Showing first X of Y. Approve some to see the rest' when truncated - doneCount: split the OR-form into two indexable counts (is_noop + done&!noop), added together — uses idx_review_plans_is_noop and idx_review_plans_status instead of full scan - pipeline page: 1s debounce on SSE-triggered reload so a burst of job_update events collapses into one refetch
Description
No description provided
Languages
TypeScript
99.7%
Dockerfile
0.2%