Skip to content

Fix error processing while running update requests

Bkg2k requested to merge fix/fix-error-processing-on-update-requests into master

Thank you for your contribution!

Please make sure your Merge Request is ready to be merged:

  • if the Merge Request is about a new feature, an improvement or an important bugfix, amend RELEASE-NOTES.md
  • you respected conventional commits
  • you updated the wiki Please it is important 🙏 !

The results of the build can give you clues about what is missing in your Merge Request.

Changes :

  • Fix error processing while running update requests: retry on 500, process on 200, give up on any other error

Merge request reports