Reusing existing services when adding new features via templates
elleryfamilia
PROOP

a year ago

Hi All. I'd like to add BullMQ to my solution and noticed the template includes Redis. Is there a way to use the instance of redis I already have? Do I just use the template and delete the new Redis and report it to my existing?

9 Replies

a year ago

is this redis in use by your app?


elleryfamilia
PROOP

a year ago

yes


a year ago

then you would not want to use it for bullmq


elleryfamilia
PROOP

a year ago

sorry didn't include a project as it's more of a generally question about the platform


elleryfamilia
PROOP

a year ago

I see several templates include their own postgres for example, and it feels strange to have multiple containers running postgres versus one "beefier" one or a cluster


elleryfamilia
PROOP

a year ago

same with redis, it'd be preferable to have a single cluster which can be used with several services


elleryfamilia
PROOP

a year ago

but understand that's currently not how the templates are designed


a year ago

IIRC redis themselves doesn't even recommended using a single Redis database for everything, and instead recommends multiple deploys.


elleryfamilia
PROOP

a year ago

appreciate the quick responses. very helpful, thx u


Loading...