adamant-airline-46783
02/14/2025, 7:09 AMgray-monkey-83525
02/14/2025, 7:09 AMadamant-airline-46783
02/14/2025, 7:12 AMgray-monkey-83525
02/14/2025, 7:12 AMload_fnc
and load_threshold
parameters in the WorkerOptions
for each worker. According to the LiveKit documentation, you can set a custom load_fnc
to control how jobs are distributed to workers. For the worker that should handle only one call at a time, you could set the load_threshold
to a very low value, ensuring it doesn't accept more than one job. The other worker can have a higher threshold to handle multiple calls.
Would you like more detailed instructions on how to configure this?
Sources:
- LiveKit documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.