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

Resolved How can I stop a running task?

pizzayperros

New Pleskian
Server operating system version
Windows
Plesk version and microupdate number
Plesk Obsidian
Hello!

I'm new to Plesk Obsidian and I wanted to checkout the "Scheduled tasks" functionality in Websites & Domains > Dev Tools.

I was able to successfully run a command, but now the task its stuck in "Running task" and it wont stop and I see no option to stop running tasks... I also would like to add that my plan does not have enabled the option to login via Remote Desktop.

So, how can I manage to stop a running task if I don't have access to the plesk db command?

Thanks!!
 

Attachments

  • screenshot 2023-09-12 194720.png
    screenshot 2023-09-12 194720.png
    65.2 KB · Views: 13
ps aux | grep cron.php | grep -v grep

Run this command to replace the cron.php file with the file that is currently running.

Pick the id and run kill <id>
 
Back
Top