-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Refetch username after delay when github api rate limit is triggered #891
Conversation
@EGAMAGZ is there anything blocking on continuation of this PR? |
I am still trying to figure out why this small change is causing a test to fail when it should not. The change resolves the issue without any problems |
Nevermind @crowlKats, pls, can you review it? 😅 |
@EGAMAGZ the change makes sense to me, but i am worried we will stay in a loop if there is some hard error ie a ratelimit from github; could you change the code to take that into account? |
Yep, I'll do it. Thanks for the feedback |
could it maybe say "could not load GitHub username"? |
… max retries are reached
@EGAMAGZ looks good, though one minor nitpick to make it a bit more readable (will land this PR after that), could you make it italic and a smaller fontsize? or instead of italic in brackets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks :D |
Fixes #859