lp2gh icon indicating copy to clipboard operation
lp2gh copied to clipboard

Script hits GitHub rate limits

Open ericwb opened this issue 7 years ago • 1 comments

I tried using lp2gh-import-bugs and it failed after hitting GitHub's abuse rate limits.

exception: {"message":"You have triggered an abuse detection mechanism and have been temporarily blocked from content creation. Please retry your request again later.","documentation_url":"https://developer.github.com/v3/#abuse-rate-limits"}

Is there any way to slow down the import? Like adding a 1 second pause between issue creates?

ericwb avatar Apr 26 '18 21:04 ericwb

there are a couple pull requests open that do just that, I've unfortunately not looked at this project in a long time, but try using:

https://github.com/termie/lp2gh/pull/4/files or https://github.com/termie/lp2gh/pull/3/files

termie avatar Apr 26 '18 21:04 termie