• 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 Scheduled task progress bar won't disappear

Mario A

New Pleskian
Dear plesk community,

I recently startet a scheduled task manually by pressing the "run now" button. Since then a progress bar in the bottom right corner is displayed and won't disappear. Even after a new login to plesk the box is displayed on all pages.

As the task already terminated (I confirmed that with the ps command), I guess this is a bug in plesk.

Can anyone tell me how to remove this harmless but annoying message?

Plesk Version: 12.5
OS: Ubuntu 14.04.3

2017-06-07_16-44-06.jpg
 
Go to Plesk database with
# plesk db

Find this task in longtasks table:

select * from longtasks;

and delete this task.
 
Back
Top