joshjohanning / ado_workitems_to_github_issues

Migrate Azure DevOps work items to GitHub Issues
MIT License
19 stars 11 forks source link

Rate limiting at around 200 New Issues #10

Open askpatrickw opened 1 month ago

askpatrickw commented 1 month ago

Just for others... I am Owner\Admin of all the things, and I get rate limited at around 200 issues. Re-running the workflow every few hours seems to be fine, but its slow going.

This existing PR from 2020 looks promising, but I've not tested it.

Use issue migration api #6

joshjohanning commented 1 month ago

There are the secondary rate limits that do affect us here 😢

https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#about-secondary-rate-limits

I will have to test the PR also, it looks promising (and hopefully still works 😉 )