Replies: 1 comment
-
You need a session affinity on your load balancer if you want to scale on multiple servers. Otherwise, you can also use a different session manager, like REDIS I guess (that being said, I never tested it) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have a question; how would one set up Dotmim.Sync when the web app uses a load balancer and two servers.
We have such scenario in one of our projects and we did the basic setup. When syncing, we are getting a lot of session loss/batchinfopartnotfound exceptions. We suspect that load balancer and multiple servers are an issue.
So, I am wondering the following:
I hope I explained the challenges we face well enough.
Any answer would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions