Propagating the side effects in cluster mode
ยท 6 min read
Since v0.61.0, FlowG can run as a cluster of nodes sharing a single FoundationDB storage. Storing the data is the easy part: FoundationDB replicates it for us. But saving a pipeline is more than a write. Something must be compiled, started, reloaded or stopped, and not just on the node that received the API call. On every node.
FlowG v0.63.1 makes this work. Here's how.
