Skip to content

Add exponential backoff to replication manager

John Cai requested to merge jc-replicator-backoff into master

In Praefect's replicator, we need an exponential backoff when there are no jobs. Otherwise, it will spin in a tight loop endlessly and pointlessly consume CPU.

fixes: #2349 (closed)

Edited by GitLab Release Tools Bot

Merge request reports