-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Cap retry attempts for tipping fee #14386
Labels
feature/rewards
OS/Android
Fixes related to Android browser functionality
OS/Desktop
QA Pass - Android ARM
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
Comments
Miyayes
added
OS/Android
Fixes related to Android browser functionality
OS/Desktop
labels
Feb 26, 2021
24 tasks
Verification passed on
Verified
|
stephendonner
added
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
QA Pass - Android ARM
and removed
QA/In-Progress
Indicates that QA is currently in progress for that particular issue
labels
Apr 30, 2021
This was referenced May 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/rewards
OS/Android
Fixes related to Android browser functionality
OS/Desktop
QA Pass - Android ARM
QA Pass-Win64
QA/Yes
release-notes/include
Description
If a one-time tip succeeds but the 5% fee portion fails, the browser retries the fee portion repeatedly. We should limit these retries to 3 times per browser session.
Note: The fee portion is only sent if the original tip is successful. If the main tip portion is not successful, then the fee portion is never triggered.
Steps to Reproduce
Actual result:
Observe that the retries keep going every 45 seconds to a minute.
Expected result:
Should only retry up to 3 times per browser session.
The text was updated successfully, but these errors were encountered: