Skip to content
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

Webhook events - Use a queue system #395

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open

Conversation

LiorAgnin
Copy link
Member

Proposed changes

Use a queue system (Bull) to manage the retrying of failed webhook events instead of using a while loop. This will make the system more resilient and scalable.

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • Refactor or a modification (non-breaking change)
  • New feature (non-breaking change which adds functionality)

@LiorAgnin LiorAgnin requested a review from NikolayRn April 6, 2024 14:43
Copy link

Webhook events - Use a queue system

Generated at commit: 2d740cd2068fd60db3cd10aab865d8cbb99d6fda

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant