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

Resolved concurrency problem in case of issues > 2048 #65

Merged
merged 3 commits into from
Mar 6, 2015

Conversation

skywinder
Copy link
Member

Now changelog try to fetch all issues at once.
Each one in separate thread. So, I should limit number of concurrent threads.

@skywinder skywinder added the bug label Mar 6, 2015
@skywinder skywinder changed the title Concurrency problem in case of issues > 2000 Concurrency problem in case of issues > 2064 Mar 6, 2015
@skywinder skywinder changed the title Concurrency problem in case of issues > 2064 Concurrency problem in case of issues > 2048 Mar 6, 2015
@skywinder
Copy link
Member Author

According this article 10 threads is enough.

My benchmarks shows, that 50 threads works better.

@skywinder skywinder merged commit cc65da5 into master Mar 6, 2015
@skywinder skywinder changed the title Concurrency problem in case of issues > 2048 Resolved concurrency problem in case of issues > 2048 Mar 6, 2015
@skywinder skywinder deleted the feature/limit-threads branch March 26, 2015 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant