From e796dc3a6552a651f7c9adf9cb10e87f3b6d0b17 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 25 Jun 2025 16:46:52 +0200 Subject: [PATCH] Webhooks: Fix typo in retry interval --- src/pretix/api/webhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/api/webhooks.py b/src/pretix/api/webhooks.py index dc75668895..927f0f8857 100644 --- a/src/pretix/api/webhooks.py +++ b/src/pretix/api/webhooks.py @@ -476,7 +476,7 @@ def send_webhook(self, logentry_id: int, action_type: str, webhook_id: int, retr 300, # + 5 minutes 1200, # + 20 minutes 3600, # + 60 minutes - 1440, # + 4 hours + 14400, # + 4 hours 21600, # + 6 hours 43200, # + 12 hours 43200, # + 24 hours