ended3월 23일· 1 sources
I Built a Webhook Relay on Cloudflare Workers — Here's Every Bug That Almost Killed It
Cloudflare Workers로 웹훅 릴레이를 만들며 겪은, 프로젝트를 거의 죽일 뻔한 버그들
Why it matters
The author built EventDock, a webhook reliability layer on Cloudflare Workers that accepts webhooks instantly, stores them durably, and delivers them with retries and dead letter queues. While the architecture leveraged edge compute for sub-100ms response times, production revealed critical bugs invisible in development—most notably an unwaited async retry function that caused silent event loss due to Workers' request-scoped execution model.
1
Sources
+0
24h
—
Growth
171d
Active
Cloudflare WorkerswebhookEventDockD1edge compute