mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[PR #151] [MERGED] Purchase crash fixes #181
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#181
Loading…
Add table
Add a link
Reference in a new issue
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?
📋 Pull Request Information
Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/151
Author: @guyzyl
Created: 4/5/2024
Status: ✅ Merged
Merged: 4/5/2024
Merged by: @guyzyl
Base:
main← Head:purchase-crash-fixes📝 Commits (2)
eba02e0Handle error when parsing JSON response in payments.tsd20dd3eAdd customer cache to improve performance and reduce Redis load📊 Changes
1 file changed (+30 additions, -5 deletions)
View changed files
📝
server/src/payments.ts(+30 -5)📄 Description
Fix two crash scenarios:
Both errors caused the prod containers to crash, errors should be caught now.
Additionally, add a local customer cache to reduce redundant load on Redis server.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.