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
Used to execute Magento Cron jobs. Groups may be provided optionally. Internal mechanism of `<magentoCron>` ensures that Cron Job of single group is ran with 60 seconds interval.
1280
+
1281
+
Attribute|Type|Use|Description
1282
+
---|---|---|---
1283
+
`groups`|string |optional| Run only specified groups of Cron Jobs
1284
+
`arguments`|string |optional| Unescaped arguments to be passed in with the CLI command.
1285
+
`timeout`|string|optional| Number of seconds CLI command can run without outputting anything.
1286
+
`stepKey`|string|required| A unique identifier of the action.
1287
+
`before`|string|optional| `stepKey` of action that must be executed next.
1288
+
`after`|string|optional| `stepKey` of preceding action.
0 commit comments