get-convex / get-convex/resend
Enqueue webhook handling instead of directly
Open
- 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
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