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

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