]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/Replication.pm
PVE::Replication - use new calendar events instead of interval
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 17 May 2017 10:28:55 +0000 (12:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 May 2017 06:23:46 +0000 (08:23 +0200)
commit5c180db3b5e0db67c1dd2478060b9e77eefe91a2
tree89e7e4f8f5013904a06a4b060336a0091446d527
parent483f89dd47566c1b37537038bb52dc96b2598d7e
PVE::Replication - use new calendar events instead of interval

And implement retry algorythm after failure:

  $next_sync = $state->{last_try} + 5*60*$fail_count;

and limit to 3 failures.
PVE/API2/Replication.pm
PVE/CLI/pvesr.pm
PVE/Replication.pm