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
Browse filesBrowse the repository at this point in the historyBrowse files
sergey-ermakovich
committed
Retry the live tool call when the free plan's concurrency limit trips
The CI key runs on the free plan, where concurrency is 1. Pushing several of these repos at once made their contract runs collide, and HasData answers 429 with code concurrency_limit immediately rather than queueing, which turned a plan limit into a red badge. The rpc helper now retries such a response up to five times with a growing pause. A 401 still fails on the first attempt.
0 commit comments