-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BullMq Flows? #26
Comments
Hey @timganter! 👋🏻 I have never heard of it! |
That's awesome to hear! Thanks @RomainLanz ! 🎉 |
So just some small caveats: I've just been trying to get Bullmq Flows to work, and there some issues I've encountered:
const DownloadWorker = new Worker<MediaDownloadData, MediaDownloadResult>(
export const MediaDownloadQueue = new Queue<MediaDownloadData, MediaDownloadResult>(
So basically: you loose typesafety with your jobs, and you'll hit into hard to debug connection issues when using MemoryDB or Redis Cluster mode. |
Thanks for the feedback! Maybe we should wait a bit before implementing them inside this package. Also, it seems it may be "experimental".
|
@RomainLanz yeah, it cost me a good few hours ripping them out and figuring out an alternative approach. |
Hi there! Is support for BullMQ flows on the roadmap for this package? 🙂
The text was updated successfully, but these errors were encountered: