starter.dev
starter.dev copied to clipboard
[Deno] Add queuing
As discussed in this pull request, we'll need to add a queuing mechanism in the Deno starter kit, similarly to the Node one (see #618).
Acceptance Criteria
- [ ] Check if we can use BullMQ in Deno
- [ ] If not, create our own wrapper based on Redis, similarly to how we did caching
- [ ] Create a queue submission endpoint and the backend implementation as described in #618