This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Replies: 2 comments 4 replies
-
Any idea how much space the local option takes up? I think Actions runners only have 14gb total to play with. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Since https://docs.github.com/en/rest/reference/issues I'm thinking:
We'll want to update the way we're writing to disk as @Chocrates where we stream out the results instead of storing all in memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we see in #42, if we are utilizing the search graphQL api then we are limited to returning the first 1000 results.
If we instead were to use the Issue's graph then we would lose the search functionality and have to potentially reimplement it locally after pulling all the data locally.
What do we think are good options to fix this moving forward?
I can think of a couple options:
Thoughts?
CC: @jasonmacgowan @zkoppert
Beta Was this translation helpful? Give feedback.
All reactions