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 41dc0ad commit f31cb5fCopy full SHA for f31cb5f
macros/serverless/cron-schedules.mdx
@@ -9,15 +9,15 @@ Adding a cron schedule to a specific task allows you to run it automatically at
9
Cron jobs are expressed using the `* * * * *` format, which corresponds to the fields below.
10
11
```
12
- ┌───────────── minute
13
- │ ┌───────────── hour
14
- │ │ ┌───────────── day of the month
15
- │ │ │ ┌───────────── month
16
- │ │ │ │ ┌───────────── day of the week
17
- │ │ │ │ │
18
19
20
- * * * * *
+┌───────────── minute
+│ ┌───────────── hour
+│ │ ┌───────────── day of the month
+│ │ │ ┌───────────── month
+│ │ │ │ ┌───────────── day of the week
+│ │ │ │ │
+* * * * *
21
22
23
Each field supports a specific range of values.
0 commit comments