Skip to content

Do not fail on unexpected MW response with 200

DCausse requested to merge retry-and-swallow-unexpected-mw-200-responses into main

MW can return an error json block with an HTTP 200 response code. We should not fail in this case but rather:

  • possibly retry (we're unsure if the error is recoverable or not)
  • route to the fetch_error queue

Merge request reports