Hey! Looking at your Twilio logs, these are actually 11200 - HTTP retrieval failures, meaning Twilio is trying to hit your VAPI webhook URL but can't reach it — that's likely what's triggering the 429s downstream.
This points to VAPI's webhook endpoint being unreachable or timing out, not necessarily a concurrency limit issue.
I can help trace the exact failure point. Can you share the webhook URL VAPI is using + any recent changes to your assistant config?
@rod007vrr