Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: tpmccallum [email protected]

Signed-off-by: Timothy McCallum <[email protected]>
  • Loading branch information
tpmccallum authored May 17, 2024
1 parent f32220d commit bb31c29
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,19 @@ The following options are available to set in the [[trigger.cron]] section:

### Cron Expression Fields

The `cron_expression` format for scheduling is as follows:
The `cron_expression` fields are as follows:

```text
sec min hour day of month month day of week year
* * * * * * *
# ┌──────────── sec (0–59)
# | ┌───────────── min (0–59)
# | │ ┌───────────── hour (0–23)
# | │ │ ┌───────────── day of month (1–31)
# | │ │ │ ┌───────────── month (1–12)
# | │ │ │ │ ┌───────────── day of week (0–6)
# | │ │ │ │ | ┌─────────────- year
# | │ │ │ │ | │
# | │ │ │ │ | │
* * * * * * *
```

### Cron Expression Characters
Expand Down

0 comments on commit bb31c29

Please sign in to comment.