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

Issue /usr/libexec/plesk-task-manager High CPU Usage

amitpasari

New Pleskian
Server operating system version
CentOS Linux release 7.9.2009
Plesk version and microupdate number
18.0.67_build1800250217.08 os_CentOS 7
Hello All ,
My CPU is high more than 100% by /usr/libexec/plesk-task-manager --config /usr/local/psa/admin/conf/task-manager.yml
I am using obsidian on Centos 7.x .
I have also observed i have around 10,95,102 files in /var/lib/plesk/task-manager/runtime .Can anyone tell me how to remove all queued up tasks . I can also see task pending from 23rd of march .
Any type of help would be appreciated .

Amit
 
Dear Sebahat ,
Thanks for your help , i did the following :
sqlite3 /var/lib/plesk/task-manager/db/db.sqlite3
delete from tasks where description="Event 'cp_user_login_failed' for object with ID '0'" and status='new';
Exited Sqlite
then
  1. Create the following file /usr/local/psa/admin/conf/task-manager.yml with content:

    timeouts:
    gc:
    successful: 1h
    failed: 1h
    incomplete: 1h
  2. Restart the plesk-task-manager service by executing systemctl restart plesk-task-manager.
  3. Remove the config file
  4. Restart the plesk-task-manager service again
Still my cpu load is the same task manager is well above 100% . Issue not resolved .

Now , can you suggest me what can i do ?

Amit
 
Hello, Amit. This is specifically intended to clean up the files. Have you applied the rest of the recommendations from the thread, please?
 
Back
Top