Do not fail on unexpected MW response with 200
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