Add non-blocking import/upload, plus per-user queue management #2958
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#2958
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Queue should list items, not files.
Status can be uploading, queued or encoding.
Tasks can be cancelled. (Most minimal implementation: continue and discard results)
Tasks should have a start time. (Potentially + end time, i.e. include tasks finished in the last 24 (?) hours)
We need a warning when closing a tab with active uploads.
Also see #1596 and #2615
Would admins see items of all users in the queue?
Would this be the API?
what about active uploads? they might need more info that is available client side...
there is one more state: pending - files that should be uploaded from a volume
If any file is uploading, the status is uploading.
If any file is processing, and no other file is pending or uploading, the status is processing.