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