pub(crate) async fn upload_queue(
__arg0: State<PgPool>,
__arg1: Query<UploadQueueQuery>,
) -> Result<Json<Vec<StreamView>>, StatusCode>Expand description
GET /api/upload-queue — pending and failed uploads.
Returns streams currently awaiting upload, ordered oldest-first (FIFO
matches the upload processor’s drain order). Failed streams are not
included; they are terminal and viewable via /api/streams.