Stream extra_metrics
fails on repos with large number of issues/PRs
#205
Labels
bug
Something isn't working
extra_metrics
fails on repos with large number of issues/PRs
#205
When running the tap on https://github.com/microsoft/TypeScript with the
extra_metrics
stream, it crashes because the number of open issues is shown as5k+
on the project page.When navigating to https://github.com/microsoft/TypeScript/issues the actual number is 5988 (as of writing this), so really closer to 6k.
Stack trace:
It would make sense to source the number of open issues and PRs from the graphql api endpoint instead.
I will open a PR to fix this.
The text was updated successfully, but these errors were encountered: