Skip to content
Snippets Groups Projects
Commit a46f83e9 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'depricated-cron-to-crons' into 'main'

job -> periodic -> cron got deprecated in favour of crons

See merge request !17
parents 5ed0d66e 13d6af8d
No related branches found
Tags v0.0.23
1 merge request!17job -> periodic -> cron got deprecated in favour of crons
Pipeline #99088 passed with warnings
Pipeline: Stingray

#99089

    ......@@ -3,7 +3,7 @@ job "statistics-bucket-replication" {
    type = "batch"
    periodic {
    cron = "*/5 * * * * *"
    crons = ["*/5 * * * * *"]
    prohibit_overlap = true
    }
    group "batch" {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment