sundries / staging / budget: move this sync to every hour instead of every 5 minutes to avoid cron noise

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-09-20 09:30:47 -07:00
parent 255b4d87bb
commit 2d8fe00180

View file

@ -1 +1 @@
*/5 * * * * root /usr/local/bin/lock-wrapper budget-sync "/usr/local/bin/budget-sync | /usr/local/bin/nag-once budget-sync 1d 2>&1"
5 * * * * root /usr/local/bin/lock-wrapper budget-sync "/usr/local/bin/budget-sync | /usr/local/bin/nag-once budget-sync 1d 2>&1"