new3일 전· 1 sources
The webhook dedupe everyone copies has a hole in it
Why it matters
If you have ever searched for how to stop processing the same webhook twice, you have seen this snippet: INSERT INTO processed_events (event_key) VALUES ($1) ON CONFLICT (event_key) DO NOTHING RETURNI...
1
Sources
+0
24h
—
Growth
2d
Active