• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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