You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we silently handle java.io.IOException, mostly by returning null or empty objects. We should instead make use of org.kohsuke.github.AbuseLimitHandler, documented here.
Currently, we silently handle
java.io.IOException, mostly by returningnullor empty objects. We should instead make use oforg.kohsuke.github.AbuseLimitHandler, documented here.