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

add failsafe method for abuse trigger detection on GitHub #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Germar
Copy link

@Germar Germar commented Oct 14, 2015

GitHub now uses an abuse detection system which will block subsequent actions after 32 actions for one minute and after 300 actions for ~15min. This broke lp2gh because the abuse trigger raised an exception and after restarting lp2gh it started from scratch creating duplicate issues and ended up at the same issue as before.

This pull request will add a failsafe import method which will wait for a minute if the abuse detection was triggered and then try again.

@gunchleoc
Copy link

I have used this patch to migrate > 3000 issues and it worked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants