fix: tips note

This commit is contained in:
Jim LAURIE 2020-01-15 16:49:44 +01:00
parent 4f3fcdc156
commit ed7002fe14

View File

@ -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.
:::