forked from CGM_Public/pretix_original
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
|
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.
|
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
|
Debugging webhooks
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ regex
|
|||||||
renderer
|
renderer
|
||||||
renderers
|
renderers
|
||||||
reportlab
|
reportlab
|
||||||
|
SaaS
|
||||||
screenshot
|
screenshot
|
||||||
selectable
|
selectable
|
||||||
serializers
|
serializers
|
||||||
|
|||||||
Reference in New Issue
Block a user