• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question WHMCS Cron is not running

Omid Shojaee

New Pleskian
Hello,

WHMCS cron needs to run every 5 minutes so I have created a scheduled task as below:

Task Type: Run a PHP script
Script path: path_to_script
Use PHP version: 5.6.31
Run: Cron style = */5 * * * *

When I click on "Run Now" button the task completes successfully.

However, it is not running every 5 minutes. In fact, it is not running at all.

Any ideas?

Regards
Omid
 
Please check that crond service is up and running at least:

(For CentOS7)

# systemctl status crond
 
Back
Top