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