Skip to content

replicator: Drop logic to create and handle maintenance-style replication jobs

We do not generate maintenance-style replication jobs anymore since we have rolled out our new best-effort routing strategy for these RPCs. This MR removes the (unused) logic which creates them and stubs-out the handler of those jobs to simply ignore them so that we can drain the queue on zero-downtime upgrades.

Merge request reports