Upgrade scenarios #82
-
Hi there. We thought about running 2 instances and load balance them, but the problem is, that as the notes are in memory only, if we switch the instance, notes that are sent before the switching took place can not be delivered. And as secure notes are generated quite often, this is becoming an issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sure, just use the redis persistence option :) For load balancing, you would need to use redis cluster, they also support it. The backend of cryptgeon is stateless |
Beta Was this translation helpful? Give feedback.
Sure, just use the redis persistence option :)
https://redis.io/docs/management/persistence/
For load balancing, you would need to use redis cluster, they also support it. The backend of cryptgeon is stateless