We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some JTB sandbox cancellation responses returned errors with "busy" code.
If it is often case for JTB production as well, we can add retries of such calls as we did for HttpClient for 409 codes.
HttpClient
https://concierge-staging-web.roomorama.com/errors/308930 https://concierge-staging-web.roomorama.com/errors/308929
The text was updated successfully, but these errors were encountered:
Ah retries is bad solutions for cancellation case, because we should return response in 10 sec. But anyway let's monitor the problem.
Sorry, something went wrong.
No branches or pull requests
Description
Some JTB sandbox cancellation responses returned errors with "busy" code.
Possible solutions
If it is often case for JTB production as well, we can add retries of such calls as we did for
HttpClient
for 409 codes.Occurrences
https://concierge-staging-web.roomorama.com/errors/308930
https://concierge-staging-web.roomorama.com/errors/308929
The text was updated successfully, but these errors were encountered: