You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best solution using rabbitmq pub/sub pattern for synchronizing the cache (resourcestring, settings, category, discount) for all instances. nop already does this inside the application. Just replace the in-application one with rabbitmq fanout. Same thing just for multiple instances rather than one instance.
Move, the customer, and shopping cart to distributed cache and others to the memory cache(Entities that are not updated very frequently). If you tried distributed cache for scalability, you can try this approach.
Hi, @AdiIndoSwiss. The essence of the problem is not clear, you say that you looked at ticket #5593. There is a linked commit in this ticket 5acbd99 which closes the issue with clearing the distributed cache. Please describe your problem in detail, and indicate if it is possible to reproduce it on version 4.60.2
nopCommerce version: 4.5.01
Steps to reproduce the problem:
I tried already the solution mentioned in the link .
#5593 (comment)
The website never loads properly.
Need quickly some working workaround.
regards,
Aditya
The text was updated successfully, but these errors were encountered: