diff --git a/docs/3.0.0-beta.x/guides/schedule-article.md b/docs/3.0.0-beta.x/guides/schedule-article.md index d84e51ff2e..29cfac3d7a 100644 --- a/docs/3.0.0-beta.x/guides/schedule-article.md +++ b/docs/3.0.0-beta.x/guides/schedule-article.md @@ -40,7 +40,7 @@ module.exports = { Make sure the enabled cron config is set to true in `./config/environments/**/server.json` file. -::: note +::: tip Please note that Strapi's built in CRON feature will not work if you plan to use `pm2` or node based clustering. You will need to execute these CRON tasks outside of Strapi. :::