Worker executions question #475
Replies: 1 comment 1 reply
-
Yes if all of these values are set to 1 then tasks will be queued up and worked sequentially.
Live archive (video and chat downloads) bypass the execution limit restrictions. This means that they will always download the video and chats. Converting the video and rendering the chat after the live stream ends will be held if there aren't any free execution slots. So yes, It's fine to set these values to 1. It may get backed up though, if it can't keep up with the archive demand you may need to increase a specific variable. These settings are more apparent in the v3 beta. You will be able to see if a task is in a pending state due to not enough execution slots. |
Beta Was this translation helpful? Give feedback.
-
I am currently using the following parameters on my Unraid server:
I’ve noticed that my server becomes very busy, especially CPU-wise, when there are 3 simultaneous render executions or 3 video convert executions.
I am considering changing the values for MAX_CHAT_RENDER_EXECUTIONS and MAX_VIDEO_CONVERT_EXECUTIONS from "3" to "1". My question is:
1: If I set these values to "1", will the tasks just be queued up and executed sequentially without causing performance issues?
Additionally, if there are more than 5 live channels being watched at the same time:
2: Will the channels beyond the limit of "5" simply not be recorded?
3: Would it be safer to increase the MAX_CHAT_DOWNLOAD_EXECUTIONS and MAX_VIDEO_DOWNLOAD_EXECUTIONS values to a higher number to ensure all channels are recorded?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions