Lists all the scheduled processes for import and export. Apart from giving information to the user on when the import is going to start and when the last analysis was, we can do the following actions:
- Enable/Disable scheduled actions
- Cron URL: is used to set up the automatic export/import using server cron. One can view and copy the cron URL from this page.
- Delete: delete unwanted scheduled actions to reduce :
- server load
- chances for failure of actively scheduled actions.
One can access Scheduled Actions section from the WebToffee Import/Export(Pro) > Scheduled Actions.
Know more about the plugin:
- Was this article helpful?
- Yes, thanks!Not really
Comments (2)
Anatole
July 19, 2023
Hello
I set up a scheduled action, based on server time, but it remains “not started”.
I checked that in wpconfig.php: define(‘DISABLE_WP_CRON’, false);
Why is it not starting?
Vineetha
July 24, 2023
Hi Anatole,
Thanks for reaching out! For the cron to start, you need to create a cron in the server side using the trigger url. Refer to this article to know about server cron and its commands.