Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit b856296

Browse files
authored
MV-10296 Remove incorrect exclusion to retry policy (#1157)
* As of MV-6709, we will still retry non-2xx responses, even for large response sizes.
1 parent 23d4836 commit b856296

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/docs/messaging/webhooks.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Bandwidth uses HTTP Callbacks webhooks to send events to any publicly addressabl
2121
* All Message callbacks are sent as a list/array `[ {message metadata} ]` to the webhook url in the application.
2222
* You **MUST** Reply with a `HTTP 2xx` status code for _every_ callback/delivery receipt. Bandwidth will retry _every_ callback over the next 24 hours until a `HTTP 2xx` code is received for the callback. After 24 hours, Bandwidth will no longer try to send the callback.
2323
* Bandwidth's Messaging platform has a 10 second timeout for callbacks. This means your server must respond to the callback request within 10 seconds, otherwise the platform will try again at a later time.
24-
* Your server should return a response smaller than 16kB. If the reponse is larger, Bandwidth will not retry the callback.
2524
* Because we guarantee "at least once delivery" of events, it is possible (but not common) to receive duplicate message events. Your server should be able to handle duplicates.
2625

2726
## Inbound Message Webhooks

0 commit comments

Comments
 (0)