Joe B
09/30/2025, 5:28 PMJoe B
09/30/2025, 5:28 PMJoe B
09/30/2025, 5:28 PMJoe B
09/30/2025, 5:29 PMVapi Support Bot
09/30/2025, 5:29 PMjs
app.post('/process-queue', async (req, res) => {
try {
await processQueue();
res.json({ message: 'Queue processing triggered' });
} catch (error) {
res.status(500).json({ error: 'Failed to process queue' });
}
});
Call this endpoint to force the system to re-check and process queued calls. If the issue persists, check your webhook URLs and consider restarting your server to reset concurrency counters.
Source: [Vapi Call Queue Management Docs](https://docs.vapi.ai/calls/call-queue-management#implement-queue-management-server)Joe B
09/30/2025, 9:01 PMJoe B
09/30/2025, 9:21 PMJoe B
10/01/2025, 3:42 AMJoe B
10/01/2025, 6:00 PMJoe B
10/02/2025, 12:20 PMChiranjeet Mishra
10/03/2025, 11:08 AMJoe B
10/03/2025, 1:27 PMJoe B
10/03/2025, 1:28 PMJoe B
10/03/2025, 1:28 PMChiranjeet Mishra
10/07/2025, 9:00 AMJoe B
10/07/2025, 5:26 PMJoe B
10/07/2025, 5:57 PMChiranjeet Mishra
10/17/2025, 7:26 PMJoe B
11/11/2025, 10:34 PMJoe B
11/11/2025, 10:35 PM