From 2fc86fc14f26a8d818d7bcaf762bf56415ec4d37 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 3 Dec 2023 10:16:49 +0100 Subject: [PATCH] fix: run rutoren batch each hour --- nomad-job/batch-rutorrent.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad-job/batch-rutorrent.nomad b/nomad-job/batch-rutorrent.nomad index 7c25696..8a89d7a 100644 --- a/nomad-job/batch-rutorrent.nomad +++ b/nomad-job/batch-rutorrent.nomad @@ -6,7 +6,7 @@ job "batch-rutorrent" { forcedeploy="0" } periodic { - crons = ["0 0 * * *"] + crons = ["0 * * * *"] prohibit_overlap = true } group "batch-rutorrent" {