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

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