-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix 503 response not adding confirmation to queue to be retried #5599
New issue
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
Comments
@GeetaSarvadnya This fix did not resolve the 503 error as this is from the server end point. This fix makes sure if an error occurs that we retry. Check further down log for retry. |
@tmancey There is no |
@GeetaSarvadnya This issue is not in 0.68, this issue has only been merged with nightly and dev. I have requested uplift but before this is potentially accepted we need to pass QA for nightly and dev. |
Verification passed on
(Used Charles proxy to simulate 503 Response statuses)
Verified passed with
Utilized Charles Proxy to emulate a 503 response to
Verification passed on
Utilized Charles Proxy to emulate a 503 response to
|
Description
If you get a 503 response to
OnCreateConfirmation
the confirmation is not created and therefore is not put in the queue for retries.Steps to Reproduce
Unsure (can you Charles Proxy to rewrite the CreateConfirmation request to return status response code 503
Actual result:
See in the logs:
Expected result:
no 503s, or if 503 does happen, put confirmation in failed queue for retries
Reproduces how often:
unsure
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc @tmancey @jsecretan
The text was updated successfully, but these errors were encountered: