From 27f53350ffc59b28abc0a9e7cebde17137c15828 Mon Sep 17 00:00:00 2001 From: hc-github-team-nomad-core <82989552+hc-github-team-nomad-core@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:21:19 -0500 Subject: [PATCH] backport of commit f37f84182db6ef657e64775fdc992721706bac88 (#18518) Co-authored-by: Shantanu Gadgil --- website/content/docs/job-specification/periodic.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/content/docs/job-specification/periodic.mdx b/website/content/docs/job-specification/periodic.mdx index e8bf1cd52..ad19c7080 100644 --- a/website/content/docs/job-specification/periodic.mdx +++ b/website/content/docs/job-specification/periodic.mdx @@ -86,6 +86,18 @@ periodic { } ``` +### Run multiple crons + +```hcl +periodic { + crons = [ + "*/5 * * *", + "*/7 * * *" + ] + time_zone = "America/New_York" +} +``` + ## Daylight Saving Time Though Nomad supports configuring `time_zone`, we strongly recommend that periodic