Run dummy backup more frequently to make graphs easier to read

This commit is contained in:
IamTheFij 2024-01-24 20:10:14 -08:00
parent 93d340c182
commit a16dc204fe
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ ${file("${module_path}/${job_file}")}
# Dummy job to keep task healthy on node without any stateful services
job "Dummy" {
schedule = "0 0 1 1 0"
schedule = "@daily"
config {
repo = "/local/dummy-repo"