-
Notifications
You must be signed in to change notification settings - Fork 847
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
Isaac commit resolution #1548
Isaac commit resolution #1548
Conversation
Signed-off-by: Isaac Milarsky <[email protected]>
…ins has been resolved earlier\' and then becomes unresponsive Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
… but I might have to Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
self.logger.info( | ||
f"Updated rate limit, you have: {self.oauths[0]['rate_limit']} requests remaining." | ||
) | ||
|
||
#Stalls after here for some reason. |
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.
I have seen stalling on heavily taxed machines. Are you seeing this only in the facade worker resolution or elsewhere?
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.
I haven't seen it elsewhere yet and it hasn't happened with facade when I have been testing it most recently. I think that comment might be talking about a bug that has since been squashed.
The facade worker now uses the commit sha to attempt to resolve commit emails to contributors before anything else. Also other smaller changes to log statements and minor refactors to make more readable.