Skip to content
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

optimization: write debug logs directly from workers #280

Open
Totktonada opened this issue Mar 22, 2021 · 0 comments
Open

optimization: write debug logs directly from workers #280

Totktonada opened this issue Mar 22, 2021 · 0 comments
Labels
code health Improve code readability, simplify maintenance and so on performance
Milestone

Comments

@Totktonada
Copy link
Member

Cited from #279 (comment):

Obvious optimization point: write per-worker logs directly, without passing over the queue. There is no reason to write them from the main process, because each worker has its own log.

@Totktonada Totktonada added code health Improve code readability, simplify maintenance and so on performance labels Mar 22, 2021
@kyukhin kyukhin added the teamQ label Sep 17, 2021
@kyukhin kyukhin added this to the wishlist milestone Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Improve code readability, simplify maintenance and so on performance
Projects
None yet
Development

No branches or pull requests

3 participants