SubhrajitPrusty/codex-github

[BUG] Whenever new deployment is done, stats get reset

Closed this issue · 4 comments

Whenever new deployment is done, the stats on the website get reverted back to some old data.
Same old data is reflected on the database too.

Stats are not updating even with manually updating.

Issue maybe related to yesterday's incident

Somehow, Github API is not returning all repositories of an user.

Github API returns 30 repos by default. Forcing it to fetch 100 repos
If more than 100 repos, I would need to paginate and traverse each page.

But that is an issue for another day._