fix: run rutoren batch each hour
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2023-12-03 10:16:49 +01:00
parent 49d2ce491f
commit 2fc86fc14f

View File

@ -6,7 +6,7 @@ job "batch-rutorrent" {
forcedeploy="0" forcedeploy="0"
} }
periodic { periodic {
crons = ["0 0 * * *"] crons = ["0 * * * *"]
prohibit_overlap = true prohibit_overlap = true
} }
group "batch-rutorrent" { group "batch-rutorrent" {