• 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.

Issue Scheduled task that runs twice

spip

Basic Pleskian
Server operating system version
AlmaLinux 9.6 (Sage Margay)
Plesk version and microupdate number
18.0.72 #3
Hello,

I have a scheduled task that runs twice, but at one-hour intervals. I don't understand why. I deleted the scheduled task, and now it only runs once, even though it no longer exists for the website in question. Where can I find the file that manages it?

Thank you for your response.
 
Hello, @spip. The cron deamon might be malfunctioning. Have you tried restarting it already? If not, please try:

Code:
systemctl restart crond

If the issue continues after that, please double-check if there's some duplication of the cron service:

Code:
ps -A | grep cron
 
Back
Top