syseleven / puppet-restic

Puppet module to configure Restic systemd service to backup/forget/restore data.
1 stars 5 forks source link

randomized systemd timer delays #36

Open swantzter opened 5 months ago

swantzter commented 5 months ago

This primarily adds an option to set RandomizedDelaySec in the .timer files, I ran into issues where all my hosts were set to run the timer on the daily schedule which caused locking and performance issues when they all triggered at the exact same time.

This also installs the timers as WantedBy timers.target

crazymind1337 commented 2 weeks ago

@swantzter sorry for the late reply - can you please rebase and solve conflicts?

swantzter commented 1 week ago

@crazymind1337 that should do it :)