offline-issues
offline-issues copied to clipboard
Process issues in batches in order to process > 250
Right now there is a limit (https://github.com/jlord/offline-issues/commit/01f84d41aeddc82bd89c7aec9846adb83593b6a6) of 250 set for how many issues this will do at once. This is because OSes can't have infinite files open/being written at once.
(If you really have lots of issues you'll probably hit the GitHub api limit before this hard limit 😁)
In the future it would nice to have this project handle this by doing the requests and writes in batches so make all limits observed 🌈