You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that having a queue for multiple conversions.
If a server is doing multiple conversions, even if it all of them are with low priority, it hangs.
I suggest to have a queue, allowing only one (or multiple, settings could be changed) process at the same time.
The queue can be changed using the priorities, so when a high priority process is added to the queue, it should be at the top of the queue.
The users should be able to see the queue status. Not other users queue, but the position on the list. For example if the queue is:
user1 -> video1 -> processing....
user1 -> video2
user2 -> video3
user3 -> video4
user1 -> video5
The user1, can see the queue as:
user1 -> video1 -> position 1 -> processing....
user1 -> video2 -> position 2
user1 -> video5 -> position 5
The user2, only can see the queue as:
3. user2 -> video3 -> position 3
The users should also be able to cancel the queued jobs and, potentially cancel the current process.
NOTE: It is a security issue as the users can generate a DoS because of several concurrent processes.
Hi,
I think that having a queue for multiple conversions.
If a server is doing multiple conversions, even if it all of them are with low priority, it hangs.
I suggest to have a queue, allowing only one (or multiple, settings could be changed) process at the same time.
The queue can be changed using the priorities, so when a high priority process is added to the queue, it should be at the top of the queue.
The users should be able to see the queue status. Not other users queue, but the position on the list. For example if the queue is:
The user1, can see the queue as:
The user2, only can see the queue as:
3. user2 -> video3 -> position 3
The users should also be able to cancel the queued jobs and, potentially cancel the current process.
NOTE: It is a security issue as the users can generate a DoS because of several concurrent processes.
EDIT: The denial of service can be done because two factors:
CVE-2019-18214
The text was updated successfully, but these errors were encountered: