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
fix(serverless-api): retries on 429 error for POST request
Got by default does not retry on POST requests. This changes the retry behaviour to retry across all of the methods that the API uses (GET, POST and DELETE) but only for 429 errors.
chore(prettier): re-adds prettierrc to the top level
0 commit comments