Skip to content

Fix errors based on 429 HTTP error codes

Sheogorath requested to merge fix/ignore-http-ratelimits into deploy

This patch should solve CI breaks due to HTTP rate-limits saying 429 by excluding 429 errors from being considered a big problem.

429 is the HTTP status code for client error, rate-limited.

References: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429

Merge request reports

Loading