mirror of
https://github.com/pretix/pretix.git
synced 2026-05-02 00:42:39 +00:00
Add note on celery-requirement for webhook retrials
This commit is contained in:
@@ -96,6 +96,9 @@ multiple times for the same event due to a perceived error does not do any harm.
|
||||
There is only one exception: If status code ``410 Gone`` is returned, we will assume the
|
||||
endpoint does not exist any more and automatically disable the webhook.
|
||||
|
||||
.. note:: If you use a self-hosted version of pretix (i.e. not our SaaS offering at pretix.eu) and you did not
|
||||
configure a background task queue, failed webhooks will not be retried.
|
||||
|
||||
Debugging webhooks
|
||||
------------------
|
||||
|
||||
|
||||
@@ -89,6 +89,7 @@ regex
|
||||
renderer
|
||||
renderers
|
||||
reportlab
|
||||
SaaS
|
||||
screenshot
|
||||
selectable
|
||||
serializers
|
||||
|
||||
Reference in New Issue
Block a user