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
Have you read the Code of Conduct? By filing an Issue, you are expected
to comply with it, including treating everyone with respect:
Remember that these are some guidelines, use your best judgement.
Description
[Description of the issue]
When there are multiple links available, the queues are filling in a first in, first out manner instead of a round robin.
With 5 links , i have 4 videos to process. Each link has 2 workers, so 2 preloads. I now have 2 hosts with Pending tasks and 1 processing task, instead of 4 of 4 hosts with 1 task and 1 idle host.
Steps to Reproduce
[First Step]
[Second Step]
[and so on...]
Expected behavior: [What you expect to happen]
Actual behaviour: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
The version can be found at the footer of the WebUI. Also, please include the OS details and what version you are running
(e.g. cat /etc/os-release).
Installation Method Used
Manually installed and run or run through Docker?
Additional Information
Any additional information, configuration or data that might be necessary to
reproduce the issue.
The text was updated successfully, but these errors were encountered:
Have you read the Code of Conduct? By filing an Issue, you are expected
to comply with it, including treating everyone with respect:
Remember that these are some guidelines, use your best judgement.
Description
[Description of the issue]
When there are multiple links available, the queues are filling in a first in, first out manner instead of a round robin.
With 5 links , i have 4 videos to process. Each link has 2 workers, so 2 preloads. I now have 2 hosts with Pending tasks and 1 processing task, instead of 4 of 4 hosts with 1 task and 1 idle host.
Steps to Reproduce
Expected behavior: [What you expect to happen]
Actual behaviour: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
The version can be found at the footer of the WebUI. Also, please include the OS details and what version you are running
(e.g.
cat /etc/os-release
).Installation Method Used
Manually installed and run or run through Docker?
Additional Information
Any additional information, configuration or data that might be necessary to
reproduce the issue.
The text was updated successfully, but these errors were encountered: