• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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