background jobs with Hono + Bun
Hi all, I'm planning on building a backend with Hono and I'm looking for a solution to do background jobs (backed by a queue). Are there any recommendations in the bun ecosystem for doing this? So far, I've mostly seen BullMQ in the node ecosystem, but bun is not officially supported as far as I know. Is there an alternative for bun?
4 Replies
If no, I guess I will have to go with node. is there any negatives with using hono on node other than just worse performance?
This is more like a bun ecosystem question but you can always use external services like Upstash or Inngest
yup fair point, i think bull actually works with bun now though i just found outdated info
Sounds good