Skip to content

process timeouts and some refactoring #53

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

Merged
merged 1 commit into from
Feb 7, 2014

Conversation

seva-ask
Copy link
Contributor

@seva-ask seva-ask commented Feb 6, 2014

Hello!
My manager asked me to do some kind of report: calculate statistics about commits per user in our company. Github API has request limit that is not enough for me so I wrote small script to do all work on local computer (clone, iterate commits and so on). But I wanted to speed up my script by running it in many parallel processes (one per repository). And some of reposiitories were large. So, script was throwing exceptions that process exceeded timeout of 60 seconds.
When I tried to fix this I have found some copypaste, so I have done small refactoring.
All tests pass, so please have a look at this fix.
Thanks in advance.

@alexandresalome
Copy link
Member

Thanks! Code is clearer now.

alexandresalome pushed a commit that referenced this pull request Feb 7, 2014
process timeouts and some refactoring
@alexandresalome alexandresalome merged commit 73febaf into gitonomy:master Feb 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants