Skip to content

Commit

Permalink
Remove log refrence
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed Sep 26, 2024
1 parent b919da0 commit aaa214d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/create-and-manage-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ api.video handles failed webhook deliveries using these rules:

* We accept responses that you send in return to a webhook notification.
* We check for status codes in your responses above `HTTP 299`: `3xx` redirections, `4xx` client errors, and `5xx` server errors.
* In case of an unsuccessful delivery, api.video logs the issue and retries sending the webhook notification 3 times, with 3 second intervals between each try.
* In case of an unsuccessful delivery, api.video retries sending the webhook notification 3 times, with 3 second intervals between each try.
* In case the status code in your response is `1xx` or `2xx`, api.video assumes that the delivery is successful and does not retry.

---
Expand Down

0 comments on commit aaa214d

Please sign in to comment.