How to create a scheduled task (CRON)?
In your Plesk panel go to the right menu and select Scheduled tasks:
On the next page all existing scheduled tasks appear, if you do not get the message No items found does not appear:
To create a new task, click Add Task :
You can choose to execute a command, access a specific URL or execute a PHP script:
In our example we will execute the cron.php file with the argument --argument every day at 3am under PHP version 7.3 :
Updated on: 17/10/2022
Thank you!