mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix cron syntax in CMS guide (#23073)
This commit is contained in:
@@ -142,3 +142,4 @@
|
||||
- brandondrew
|
||||
- alantiller
|
||||
- SP12893678
|
||||
- jacobwise
|
||||
|
||||
@@ -88,8 +88,8 @@ field `status` that controls the published state.
|
||||
|
||||
**Examples**
|
||||
|
||||
- `* 1 * * * *` - Would trigger this flow every minute
|
||||
- `* 15 * * * *` – Would trigger this flow every 15 minutes
|
||||
- `* */1 * * * *` - Would trigger this flow every minute
|
||||
- `* */15 * * * *` – Would trigger this flow every 15 minutes
|
||||
|
||||
### Add an Operation to Check The Published Date and Update Data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user