magentiz / magento-2-split-db

Magento 2 SplitDb Extension helps reduce query load on a database, improving system performance.
https://magentiz.com/
Open Software License 3.0
4 stars 0 forks source link

Issue with aws rds-redis #1

Open magtools opened 4 months ago

magtools commented 4 months ago

Issue: after enable the module cache gets invalid all the time.

Description: I've installed the module and it worked well in testing with 1 app server, 1 replica and no traffic. Have a problems with cahe in production, after configure the split db and invalidate cache, the cache gets invalid all the time, every request generates the page from zero.

The stack is:

I've used the proposed config from example file.

Expected behaviour: cache works

magtools commented 4 months ago

i'm not sure how this propossed config works, but is the cause of cache issue on mariadb with replicas. I've removed it and all started working well:

image