You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To run the DCM Dashboard infrastructure in failover a few things have to be taken into account.




Redis External Session Store

To ensure your sessions will remain available when a service goes down a external session store is needed. Every request the session will be retrieved from the external session store, and afterwards it will be stored again in the session store. Because of this we can ensure that, e.g. another runtime can take over the session when another runtime gets unavailable. Sessions from the


Loadbalancer

  • No labels