Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For the beta version, delivered with Blueriq 15.0, we support a single instance of each component described in the Blueriq DCM architecture overview.
  • In the first non-beta version (release date not known yet), we will support two scalability aspects:
    • Multiple runtimes for user interaction, with sticky sessions
    • Execute automatic tasks in parallel on a single runtime AND use multiple runtimes for executing automatic tasks
  • In the further future, we intend to support:
    • Multiple runtimes for user interaction with external sessions (Redis)
    • Multiple case engines
    • ...?

Third party services

Scaling/availability for third party services (RabbitMQ, MongoDB, Oracle/MSSQL) needs to be configured in these applications. Each of them provides information on how to scale:

...

Blueriq stores operational data in several databases. You are advised We strongly advise to back up this data, otherwise cases might get corrupt after e.g. a server crash.

...

The best way to deal with these this kind of data loss is to use replication, so if one RabbitMQ server crashes, the other can still continue the work.

...