Skip to content

Pylint jobs wait a lot start #6978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
leandrogmuller opened this issue Jun 18, 2022 · 3 comments
Closed

Pylint jobs wait a lot start #6978

leandrogmuller opened this issue Jun 18, 2022 · 3 comments
Labels
Duplicate 🐫 Duplicate of an already existing issue performance

Comments

@leandrogmuller
Copy link

Bug description

Hello.
I'm tryng to check many files with -j0 parameter, but the pylint wait all threads get up to begin to check the source.
I have a lot time wait 30 threads to start, so 30 seconds because each thread expend 1 segund to get up.

process1
process2

Configuration

pylint 2.9.6
astroid 2.11.5
Python 3.9.6

Command used

pylint -j0 xxx.py xxx.py ......

Pylint output

it's ok

Expected behavior

Start the threads after to get up the process in memory.

Pylint version

pylint 2.9.6
astroid 2.11.5
Python 3.9.6

OS / Environment

Windows 11 64

Additional dependencies

No response

@leandrogmuller leandrogmuller added the Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling label Jun 18, 2022
@Pierre-Sassoulas
Copy link
Member

We have #2525 and #6967 that are probably duplicates.

There was a lot of performance improvement since 2.9.6 among them #5587, #4814 or #4565.

Could you try upgrading and see if the performance became acceptable ?

@Pierre-Sassoulas Pierre-Sassoulas added performance Duplicate 🐫 Duplicate of an already existing issue and removed Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling labels Jun 18, 2022
@leandrogmuller
Copy link
Author

Trying again.
pylint 2.14.3
astroid 2.11.6
Python 3.9.6

The same problem.

test2_mon
teste2_monitor

@Pierre-Sassoulas
Copy link
Member

Thanks for checking :) Please follow #2525 for resolution of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate 🐫 Duplicate of an already existing issue performance
Projects
None yet
Development

No branches or pull requests

2 participants