Clustering, Failover and Error Handling

Clustering, Failover and Error Handling

Flux supports clustering across multiple servers out of the box. There is no single point of failure in the cluster. If one server goes down, that server’s duties are automatically and seamlessly moved to the other servers in the cluster. Flux will distribute work across the cluster, or you can pin specific work to run on specific servers. Concurrency throttles and priority assignments allow you to govern the flow of work to meet your SLAs. When Flux encounters an error, error handler workflows engage to automatically recover work and reset systems. Error handlers can be customized by workflow category.