jdalrymple / gitbeaker

🦊🧪 A comprehensive and typed Gitlab SDK for Node.js, Browsers, Deno and CLI
Other
1.57k stars 299 forks source link

Request Retry Error Message Adjustment #3626

Closed Incisive closed 1 month ago

Incisive commented 2 months ago

Improving retry failure error message to differentiate between a 429 and 502 to prevent confusion for users. Recently had this come up where a gitlab endpoint was responding with a 502, yet GitBeaker was reporting failure due to 429 which was quite a rabbit hole 🐰 . Hopefully this will help prevent confusion for any users in the future.

jdalrymple commented 1 month ago

:rocket: PR was released in 40.6.0 :rocket: