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
Fixes#1628
Supports:
- Every n seconds: `//ftl:cron 10s`
- Every n minutes: `//ftl:cron 30m`
- Every n hours: `//ftl:cron 12h` (Starting at UTC midnight)
- Day of the week (UTC midnight): `//ftl:cron Friday` or `//ftl:cron
Fri`
- Case insensitive with at least the first 3 chars of the day name.
eg.
The text was updated successfully, but these errors were encountered: