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
Love ghstack, but frequently running into Cowardly refusing to handle a stack with more than eight PRs. You are likely to get rate limited by GitHub if you try to create or manipulate this many PRs. You can bypass this throttle using --force
Force obviously works—until you are in fact rate limited (and then all hell breaks loose and neither ghstack nor myself have any idea what state things are in).
Seems like a typical case for using exponential backoff if we're getting 429s from GitHub's API. Consider this a feature request!
The text was updated successfully, but these errors were encountered:
Love ghstack, but frequently running into
Cowardly refusing to handle a stack with more than eight PRs. You are likely to get rate limited by GitHub if you try to create or manipulate this many PRs. You can bypass this throttle using --force
Force obviously works—until you are in fact rate limited (and then all hell breaks loose and neither ghstack nor myself have any idea what state things are in).
Seems like a typical case for using exponential backoff if we're getting
429s
from GitHub's API. Consider this a feature request!The text was updated successfully, but these errors were encountered: