• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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