<div dir="ltr">Hi All,<div><br></div><div>I have an event listener script (Python) that listens for “CHANNEL_HANGUP_COMPLETE” events. Logs show that the script, which runs continuously in an infinite loop within supervisor, receives 1000 events every 15 mins.<br><br>At the same time we are making about 15K calls every 15 mins. So this script is 15x slower than the volume of calls and falls behind and often gets the “Queue size: [100000/100000] Max queue size reached” error.<br><br>My question is: how do I make the events reach the listener faster to keep up with the outbound call traffic?<br></div><div><br></div><div>Thanks.</div></div>