Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi
I'm using Wiki-js in several instances ( in HA mode ) and I've encountered a problem with the lack of caching synchronization between instances.
The problem is in the use of the pg-pubsub library version 0.5.0 ( im using postgresql 14, the problem of the library's functionality on version 0.5.0 can be reproduce in the basic example from NPM ).
The solution to the problem can be to update the pg-pubsub dependency to version 0.8.1.
I use this patched configuration on 3 Wiki-js instances in k8s cluster ( pg 14, patroni cluster ).
The patch I applied:
yarn add pg-pubsub@0.8.1 --mode update-lockfile
Link to similar issues:
HA not working properly #3274
Cache Issue with Wiki.js multiple instances in Kubernetes #2668
HA database notifications not working #3509