Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

AURORA-1995 Updated documentation for cron job details #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Aurora supports execution of scheduled jobs on a Mesos cluster using cron-style
A job is identified as a cron job by the presence of a
`cron_schedule` attribute containing a cron-style schedule in the
[`Job`](../reference/configuration.md#job-objects) object. Examples of cron schedules
include "every 5 minutes" (`*/5 * * * *`), "Fridays at 17:00" (`* 17 * * FRI`), and
include "every 5 minutes" (`*/5 * * * *`), "Fridays at 17:00" (`0 17 * * FRI`), and
"the 1st and 15th day of the month at 03:00" (`0 3 1,15 *`).

Example (available in the [Vagrant environment](../getting-started/vagrant.md)):
Expand Down