You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving this into 1.34.x as per the discussion we had on Tuesday's b-b meeting. It doesn't seem like we'll get another C96 before we release 1.34.x with C97. However, if we do end up getting another C96 and it ends up fixing a zero day security issue, we'll re-create a 1.33.x - Release #2 milestone and move this issue back as it's already in the 1.33.x branch.
Description
When a pending tip is added for a creator where:
the pending tip processor can get into a loop where it continually retries the pending tip every 30 seconds or so.
Steps to Reproduce
With a clean profile:
https://jumde.github.io/
verified with Gemini).publisher_info_db
database and view thepending_contribution
table.Actual result:
The
pending_contribution_id
field will keep incrementing.Expected result:
The
pending_contribution_id
field will not keep incrementing.The text was updated successfully, but these errors were encountered: