piceaTech / node-gitlab-2-github

Migrate Issues, milestones etc from gitlab to github
MIT License
547 stars 134 forks source link

Throttling mechanism to manage content creation abuse rate limit #113

Closed scottwn closed 2 years ago

scottwn commented 2 years ago

Alternate approach to #109, using plugin-throttling minimumAbuseRetryAfter instead of sleep.

I used this discussion to guide this solution.

Fixes #28

spruce commented 2 years ago

This should be resolved with merging of #109 , right? If so, please close this PR. :)

scottwn commented 2 years ago

I think this PR still has some worthwhile improvements:

spruce commented 2 years ago

@scottwn I'd like to merge it. Could you resolve the conflicts for that?