Hello,
I have a task. I have a queue and skills: skill1, skill2, skill3. I need to check the expected wait time. If it's less than 5 seconds, the interaction should be distributed to operators with skill1. If it's longer than 5 seconds, I need to expand the search and target the group to either skill1 or skill2. I need to check again, and if the wait time is still longer than 5 seconds, add a third group of operators with skill3. That is, the operator must have one of these skills (each operator has only one of these skills).
Can this be implemented in the architecture?
#ArchitectandDesign------------------------------
Oleg Nisengoltsev
------------------------------