Recommended Redis/AWS Elasticache Configuration for BullMQ? #370
-
Sorry if this is a fairly basic question, but I'm struggling to wrap my arms around what I think to be a fairly straightforward question - what are the recommended settings for Redis (and in particular, AWS Elasticache) for BullMQ? I imagine that the answer is that it depends a bit on how many jobs and queues we'll expect to have, but I have a feeling that some of the big picture questions could be answered in the documentation, such as:
I'm sorry if this stuff is written down somewhere, the only page I could find that even mentions this is: https://docs.bullmq.io/guide/connections These questions very well may fall outside the bounds of this project's concern, but I'm not quite sure where else to find this information. Anything to point me in the right direction would be helpful. Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Clustered is of no use for BullMQ, however elasticache is highly available by default since it uses a redundant replica that will be promoted to master if the current master fails. |
Beta Was this translation helpful? Give feedback.
-
This is something we could put in the documentation, like average job size minus the data payload of course. |
Beta Was this translation helpful? Give feedback.
-
Not sure what you mean exactly, but we could add some examples on how to connect to different providers. |
Beta Was this translation helpful? Give feedback.
Clustered is of no use for BullMQ, however elasticache is highly available by default since it uses a redundant replica that will be promoted to master if the current master fails.