-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mass Issues Across all Repos in an org #90
Conversation
Being lazy. :)
Next up -- just realized I'll be potentially creating 200+ calls to GitHub's service. We'll need to batch them and run the batches in parallel, hopefully without triggering an abuse mechanism. So I'll probably create a runner and use SemaphoreSlim because that seems at least able to be reasoned about. Reference: https://stackoverflow.com/questions/42511104/run-asynchronous-tasks-in-batch |
Tested this in another, much smaller, organization and it did what I wanted it to do. 👍 This PR can be merged and we'll continue the work. |
Supports #89.