Add retries to processEvent handler with DB integration
This commit is contained in:
@@ -228,7 +228,6 @@ export const app = new Elysia()
|
||||
))
|
||||
|
||||
// WEBHOOKS
|
||||
// TODO: account for automatic webhook retries from the webhook sender end (especially timeouts)
|
||||
.post("/webhooks/printful", async ({ body }) => {
|
||||
// https://webflow.com/integrations/printful
|
||||
const payload = body as Printful.Webhook.EventPayload;
|
||||
|
||||
Reference in New Issue
Block a user