mirror of
https://github.com/strapi/strapi.git
synced 2025-12-01 09:35:26 +00:00
Merge branch 'master' into docs-content-api
This commit is contained in:
commit
230751ba08
@ -98,6 +98,8 @@ module.exports = async () => {
|
|||||||
|
|
||||||
CRON tasks allow you to schedule jobs (arbitrary functions) for execution at specific dates, with optional recurrence rules. It only uses a single timer at any given time (rather than reevaluating upcoming jobs every second/minute).
|
CRON tasks allow you to schedule jobs (arbitrary functions) for execution at specific dates, with optional recurrence rules. It only uses a single timer at any given time (rather than reevaluating upcoming jobs every second/minute).
|
||||||
|
|
||||||
|
This feature is powered by [`node-schedule`](https://www.npmjs.com/package/node-schedule) node modules. Check it for more information.
|
||||||
|
|
||||||
::: note
|
::: note
|
||||||
Make sure the `enabled` cron config is set to `true` in `./config/environments/**/server.json` file.
|
Make sure the `enabled` cron config is set to `true` in `./config/environments/**/server.json` file.
|
||||||
:::
|
:::
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user