You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manager will send sync peers job to scheduler by MQ(Redis). There is too much data(peers' host), so mysql is needed to store peers' host info instead of creating a sync peers job every time.
Manager console should display peers' host info, it needs to query information from mysql.
When is sync peers triggered?
Triggers every 12 hours by default and the interval is configurable.
For forced triggering, the manager needs to provide a REST API for forced triggering.
Feature request:
Manager will send sync peers job to scheduler by MQ(Redis). There is too much data(peers' host), so mysql is needed to store peers' host info instead of creating a sync peers job every time.
Manager console should display peers' host info, it needs to query information from mysql.
When is sync peers triggered?
Related files:
Use case:
UI Example:
The text was updated successfully, but these errors were encountered: