This message was deleted.
# helpdesk
s
This message was deleted.
d
we had improved this capability here. It's capable of handling multiple concurrent Egresses now. We gotta update the docs 🙂
d
Sounds cool 🙂 What is the logic when assigning a Room Composite request to an egress? or can we disable this option? We are scaling egress instances by number of active rooms. I would want to spread this Room Composites requests to different instances when available.
d
hmm I don't think we currently support that
d
I might misexplained myself. I want to keep using old behavior. One room composite recording per egress instance
d
I see, you can achieve that by configuring the resource cost for room composites. in the config, ensure that the cpu count in the config matches your pod config
Copy code
cpu_cost: # optionally override cpu cost estimation, used when accepting or denying requests
  room_composite_cpu_cost: 3.0
d
Thanks! 🙂
Hi again @dry-elephant-14928, Default value for room_composite_cpu_cost is 4.5 for version 1.6.0 and I did not override this. My egress instance has total of 4 CPU. But still have 3 roomComposite process on a single instance. What might causing this issue?
d
can you attach logs from when Egress started?
@able-gigabyte-21598 is it possible Egress is taking more than the capacity allows for somehow?
a
Sounds like we have a bug with CPU requirements. If you're running on 4 CPU with the requirement set to 4.5, it shouldn't accept even one
d
Do you want me to open a GitHub issue?
a
If you want to keep track of it, you can open one and I'll post updates there. Otherwise, you can expect a fix in the next egress release
d
Thank you guys! 🙂