Skip to content

Retry on ClientPayloadError

Bruno Cardoso requested to merge bc/retry-on-clienterror-exception into main

What does this merge request do and why?

code-creation eval fails sometimes with this exception being thrown when testing against the Code Suggestions API.

Add it to the retry list in order to not stop the whole pipeline when one request fails.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request checklist

  • I've ran the affected pipeline(s) to validate that nothing is broken.
  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports