Skip to content

3.10.0 Upgrade Guide

Chris Turczynskyj edited this page Nov 3, 2021 · 2 revisions

Advanced Clustering Sync Intervals

In 3.10.0 we've split many of the clustering tasks off from the Cluster Sync Interval into their own intervals. Here's a list of the new intervals and what they control:

  • Dashboard Status Sync Interval: The frequency in milliseconds to query the cluster to update channel dashboard statuses.
  • Cluster Log Sync Interval: The frequency in milliseconds to query the cluster to update alert logs, connection logs, and server logs.
  • Cluster State Sync Interval: The frequency in milliseconds to query the cluster to update alert states, connection statuses, and the global map.

Cluster Sync Interval continues to handle the frequency in milliseconds to query the cluster for new tasks to execute. These tasks handle membership changes, message recovery, role changes, and server name changes.

Clone this wiki locally