brumo7739
brumo77398mo ago

Can the listeners for messages from Deno Deploy Queues timeout?

Can the listeners for messages from Deno Deploy Queues timeout like Vercel serverless functions? Are they allocated a certain amount of CPU time like regular requests?
2 Replies
Deno AI Helper
Deno AI Helper8mo ago
I wasn't able to find the answer to your question in the official Deno documentation. However, based on the general behavior of serverless platforms and message queue systems, it's common for listeners to have some form of timeout or resource constraints, as this helps manage system resources effectively. Please note that this advice is not based on the Deno documentation, and I would recommend double-checking the accuracy of this information. For the most accurate and up-to-date information, you might want to explore the Deno Deploy documentation further or reach out to the Deno community or support channels for clarification.
cknight
cknight8mo ago
Messages delivered by Deno Deploy Queues are treated just like any other request made to the isolate and are therefore bound by the same constraints.