• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Major issue with scheduled tasks

L

LewisW

Guest
After many months without issue on May 9th at 1pm UK time all our scheduled tasks stopped working. Nothing was changed on the server on this day, in fact our logs show nobody even logged in to Plesk or SSH'd in to the server.

The user 'root' has a single job, the plesk backup:
3,18,33,48 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1

The user 'mritweb' has several: (taken from /var/spool/cron/mritweb)
30 1 * * * curl http://address-redacted/cron.delsqlcsv.php >/dev/null 2>&1
0 3 * * * curl http://address-redacted/cron.picklist.php >/dev/null 2>&1
0 19 * * * curl http://address-redacted/cron.dbbackup.php >/dev/null 2>&1
0 4 * * mon curl http://address-redacted/cron.invforam.php >/dev/null 2>&1
1 23 * * mon curl http://address-redacted/cron.barcodes.php >/dev/null 2>&1
1 1 * * wed curl http://address-redacted/cron.syl.php >/dev/null 2>&1
5 4 * * * curl http://address-redacted/callback.php
30 3 * * * curl http://address-redacted/cron.dbbackup.php >/dev/null 2>&1
30 2 * * * curl http://address-redacted/cron.averages.php >/dev/null 2>&1

However only the 'root' tasks seem to be enacted by the cron daemon.

Can anyone shed any light on why this may be happening?
 
Back
Top