open-sauced / app

🍕 Insights into your entire open source ecosystem.
https://pizza.new
Apache License 2.0
415 stars 222 forks source link

Bug: Repository "star" count is not correct #3277

Open JoeKarow opened 5 months ago

JoeKarow commented 5 months ago

Describe the bug

The star count on OpenSauced does not match the GitHub value: image image

Steps to reproduce

Go to repo stats (https://app.opensauced.pizza/s/weareinreach/InReach) Compare against Github repo (https://github.com/weareinreach/InReach)

Do you have any images or screen captures?

No response

Code of Conduct

Contributing Docs

github-actions[bot] commented 5 months ago

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.

For full info on how to contribute, please check out our contributors guide.

nickytonline commented 5 months ago

Thanks for reporting @JoeKarow!

jpmcb commented 5 months ago

Some additional context here: this is due to a backend ETL job we have continuously running that scrapes the GitHub API for data on repos. Sometimes repos get backlogged since we do our best to prevent rate limiting from GitHub.

To correct for this, we'd need to find a way to get more up to date data without hitting the rate limit constantly.