System:Replicator
System:Replicator monitors the Replicate primary server. It polls periodically
and emits the primary's alive state, this server's role and sync progress; it can
also force a status read or trigger a content sync.
| Pin | Info |
|---|---|
|
|
1-getPrimaryStatus[Bang]: Emits isPrimaryAlive and serverRole immediately. 2-triggerSync[Bang]: Starts a content sync from the primary; syncCompletebangs when it finishes. |
|
|
1-isPrimaryAlive[Int]: 1 when the primary server responds, else 0. 2-syncComplete[Bang]: Fires when a triggered sync finishes. 3-syncProgress[Float]: Sync progress 0.0-1.0 while a sync runs. 4-serverRole[String]: This server's replicate role(Standalone / Backup / Leader / Follower). |
| Node Parameters | |
|
Primary / Role / Sync: Read-only status shown on the node face. Expand: Poll interval (ms): How often (ms, min 100) the primary is polled. |
|
