System:Replicator

Last updated 5 August 2026

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

Input 1: getPrimaryStatus [Bang]

Input 2: triggerSync [Bang]

1-getPrimaryStatus[Bang]: Emits isPrimaryAlive and serverRole immediately.

2-triggerSync[Bang]: Starts a content sync from the primary; syncCompletebangs when it finishes.

Output 1: isPrimaryAlive [Int]

Output 2: syncComplete [Bang]

Output 3: syncProgress [Float]

Output 4: serverRole [String]

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.