• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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