get-convex / get-convex/resend

Enqueue webhook handling instead of directly

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
39
Forks
25
Avg merge
2d 13h
Merged PRs (30d)
2

Description

Multiple callbacks can come in, racing to update state. For some reason they aren't retrying & succeeding, so a workaround would be enqueueing them

Contributor guide

Open the contributing guide

Research direction

Start by locating the webhook callback handling and the state-update path in the repository; the issue does not name specific files or tests. Trace how concurrent callbacks are processed and how retries currently behave. Done means callbacks are enqueued rather than handled directly, avoiding racing state updates and allowing retries to succeed.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.