I'm attempting to use an SQS to queue calls to VAPI according to the concurrency limits set by VAPI. The only issue is that I can't dequeue if there are 10 calls happening, so I want to poll the get calls list API to see if there is room to dequeue. What is the Rate limit for polling the API?
Shnutts
02/14/2025, 5:37 PM
The polling will only happen if the SQS has messages waiting.
c
Chiranjeet Mishra
02/14/2025, 7:43 PM
@Shbutts as of know there is not rate limit from us our side, but we use cloudflare for bot protection so any IPs which are considered bot by Cloudlfare will eventually be blocked.