Achromatic logo
Achromatic
Create
Roadmap
Feedback
Feature Requests
Voters
Marc Hypolite
matt
V
Viliam Ševela
L
Laz
P
Phat Tran
Powered by Canny
handle background jobs (BullMQ) https://github.com/taskforcesh/bullmq
P
Phat Tran
March 29, 2025
L
Laz
I am also interested in background jobs for long-running tasks that the user doesn't need to wait for.
There is also this open source library https://trigger.dev. I saw it being used by this nextjs AI app called Midday.ai (https://github.com/midday-ai/midday) for e.g. syncing bank account data.
This could optionally go hand in hand with a toast progress bar, or perhaps a notification (bell) when the job is completed.
·
April 1, 2025
·
Reply
S
Steve O.
From the README:
"Bull is currently in maintenance mode, we are only fixing bugs. For new features check BullMQ, a modern rewritten implementation in Typescript. You are still very welcome to use Bull if it suits your needs, which is a safe, battle tested library."
So it would probably be better to use https://github.com/taskforcesh/bullmq.
Phat Tran are there specific use cases within the SaaS starter kit that you're thinking off, or is this for the implementation of your own product within it?
PS: by the way I'm just starting to develop a system which needs background tasks so I'm going to look into it. Thanks for putting this on my radar!
·
March 30, 2025
·
Reply
P
Phat Tran
Steve O. Hi Steve
My bad, I updated to bullmq. About the usecase, in my experience, there are a lot like you need to handle the heavily task like process audio, export big csv, export PDF file,..
·
April 3, 2025
·
Reply
Powered by Canny