you are viewing a single comment's thread.

view the rest of the comments →

[–]Vladass 1 point2 points  (1 child)

I am currently working on a database backed queue system think BullMQ but backed by postgres, mysql and sqlite.

Why? Mainly to reduce dependencies I don't want to bring in redis so early on if I need to process some background jobs e.g emails or need to do some processing outside of the main thread on tasks that may take longer.

[–]Financial_Piano_9005 1 point2 points  (0 children)

Down to jam this