Skip to content

Commit bb31c29

Browse files
authored
Update README.md
Signed-off-by: tpmccallum [email protected] Signed-off-by: Timothy McCallum <[email protected]>
1 parent f32220d commit bb31c29

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,19 @@ The following options are available to set in the [[trigger.cron]] section:
5959

6060
### Cron Expression Fields
6161

62-
The `cron_expression` format for scheduling is as follows:
62+
The `cron_expression` fields are as follows:
6363

6464
```text
65-
sec min hour day of month month day of week year
66-
* * * * * * *
65+
# ┌──────────── sec (0–59)
66+
# | ┌───────────── min (0–59)
67+
# | │ ┌───────────── hour (0–23)
68+
# | │ │ ┌───────────── day of month (1–31)
69+
# | │ │ │ ┌───────────── month (1–12)
70+
# | │ │ │ │ ┌───────────── day of week (0–6)
71+
# | │ │ │ │ | ┌─────────────- year
72+
# | │ │ │ │ | │
73+
# | │ │ │ │ | │
74+
* * * * * * *
6775
```
6876

6977
### Cron Expression Characters

0 commit comments

Comments
 (0)