All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m36s
Earlier commitafcc481opened request_metadata_extraction and request_halacha_extraction to all source kinds — but list_pending_extraction_requests still hard-filtered to external_upload. Result: stamping a queue request on an internal_committee row succeeded silently, but the worker (and the queue badge) never saw it. Even with the auto-wakeup added inc7132bathe CEO would wake, find 0 pending items, and exit. Drop the legacy filter so the queue listing matches the writer side. Coolify deploy required for the FastAPI container to pick this up.