Found a solution.
Searched the id of the hanging task with this command: # plesk db "SELECT id,type,status,finishTime FROM longtasks WHERE status <> 'done'"
Deleted the found id 2215: # plesk db "DELETE FROM longtasks WHERE id=2215"
And finally: # pkill task-async-executor
Now message has gone.