You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this yesterday. The project I was querying has hundreds of closed issues, so no matter what I did I only got the first bunch. It also seems the filters are applied after the query, so I couldn't work around the limit either 😞
we have some hardcoded page limits in the code, for example:
github-datasource/pkg/github/constants.go
Line 4 in 4452e59
github-datasource/pkg/github/projects/projects.go
Line 15 in 4452e59
we should increase these, but if we increase them too much we'll hit rate limits. some ideas:
(see #232 for more context)
The text was updated successfully, but these errors were encountered: