You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
β β β β β ββββββββββββββ day of the week (0 - 6) (Sunday to Saturday)
43
+
* * * * * *
41
44
```
42
45
43
46
Each field can contain a specific value, an asterisk (`*`) to represent all possible values, or a range of values. Here are some examples of cron expressions:
@@ -46,6 +49,12 @@ Each field can contain a specific value, an asterisk (`*`) to represent all poss
46
49
-`*/15 * * * *`: Run every 15 minutes
47
50
-`0 9 * * 1`: Run every Monday at 9 AM
48
51
-`0 0 1 * *`: Run on the first day of every month at midnight
52
+
-`30 * * * * *`: Run at 30 seconds past every minute (6-field)
53
+
54
+
<Callouttype="info">
55
+
Keep in mind, Hatchet Cloud meters by Task runs so use seconds wisely. Have
56
+
questions about pricing? [Contact us](https://hatchet.run/office-hours)
0 commit comments