Skip to content

fix: filter exhausted webhook deliveries in getPending#746

Merged
Haroldwonder merged 1 commit into
Haroldwonder:mainfrom
DevKingOche:fix/650-webhook-max-attempts-filter
Jun 1, 2026
Merged

fix: filter exhausted webhook deliveries in getPending#746
Haroldwonder merged 1 commit into
Haroldwonder:mainfrom
DevKingOche:fix/650-webhook-max-attempts-filter

Conversation

@DevKingOche
Copy link
Copy Markdown

Closes #650

Add AND attempt_count < max_attempts to the getPending query in WebhookRepository so items that have exceeded their retry limit are no longer picked up for redelivery.

Add attempt_count < max_attempts to the getPending query so dead-letter
items are not retried indefinitely.

Closes Haroldwonder#650
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

@DevKingOche is attempting to deploy a commit to the Harold's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@DevKingOche Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Haroldwonder Haroldwonder merged commit 3aba577 into Haroldwonder:main Jun 1, 2026
1 check failed
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.

WebhookRepository.getPending does not filter by max_attempts, retrying dead-letter items

2 participants