We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32220d commit bb31c29Copy full SHA for bb31c29
README.md
@@ -59,11 +59,19 @@ The following options are available to set in the [[trigger.cron]] section:
59
60
### Cron Expression Fields
61
62
-The `cron_expression` format for scheduling is as follows:
+The `cron_expression` fields are as follows:
63
64
```text
65
-sec min hour day of month month day of week year
66
-* * * * * * *
+# ┌──────────── sec (0–59)
+# | ┌───────────── 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
+ * * * * * * *
75
```
76
77
### Cron Expression Characters
0 commit comments