subscribeForSigits and async gift wrap processing #194
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#194
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It was noticed we stop receiving new gift wraps (subscribes for events get closed), and only after refreshing we would get the new updates.
The issue was compounded by the race condition (related to the #193) and inability to check if we are already processing a sigit which caused us to show stale sigit data.
Additionally, processing can fail silently while at the same time we mark the gift wrap as processed.
To solve this, we need to:
processedGiftWraps
list