Queue / sandbox worker without redis #2412
Unanswered
RichardWright
asked this question in
Q&A
Replies: 1 comment
-
No, you need a Redis instance in order to use BullMQ. In you case, if you do not need to scale, you could just use NodeJS |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi bullmq maintainers
I’m using bullmq to compress something in another process to keep our event loop from being affected by this compression. As this is intended for running within the same container, does this need a redis instance for the queue? Would initialising ioredis without settings be an alternative to keep it in memory?
Beta Was this translation helpful? Give feedback.
All reactions