tigawana
tigawana7mo ago

deno queues on deploy

Does anyone have a simple example if deno queues + routing that works on demo deploy
1 Reply
Deno AI Helper
Deno AI Helper7mo ago
I wasn't able to find the answer to your question in the official Deno documentation. However, based on your message, it seems like you might be referring to implementing a queue system with routing in a Deno Deploy application. While I can't provide a specific example since it's not in the official documentation, I can give you a general idea of how you might approach this. You would typically set up your routes using a framework or library that supports routing, such as Oak or Pogo, and then manage your queue with either in-memory structures or an external service, depending on your needs. Please note that this advice is not based on the Deno documentation, and I would advise you to double-check the accuracy of this advice. If you're looking for more detailed guidance, you might want to explore community resources, examples, or the documentation of the specific libraries you're using for routing and queue management.