Skip to content

Commit 94e161d

Browse files
committed
Manual retries
1 parent 470c876 commit 94e161d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Once `main.py` contains all the necessary tokens, your app is ready to receive e
8484

8585

8686
## Retries
87-
Svix attempts to deliver each webhook message based on a retry schedule with exponential backoff. To test out retries, introduce an intentional fatal error in `main.py`, start an optimization, fix the error, and replay the event via the dashboard. The system marks an event as handled only if your endpoint responds with a `20X` status code.
87+
Svix attempts to deliver each webhook message based on a retry schedule with exponential backoff.
8888

8989
### The schedule
9090
Each message is attempted based on the following schedule, where each period is started following the failure of the preceding attempt:
@@ -103,7 +103,7 @@ If an endpoint is removed or disabled delivery attempts to the endpoint will be
103103
For example, an attempt that fails three times before eventually succeeding will be delivered roughly 35 minutes and 5 seconds following the first attempt.
104104

105105
### Manual retries
106-
You can also use the application portal to manually retry each message at any time, or automatically retry ("Recover") all failed messages starting from a given date.
106+
You can also use the application portal to manually retry each message at any time, or automatically retry ("Recover") all failed messages starting from a given date. To test out manual retries, introduce an intentional fatal error in `main.py`, start an optimization, fix the error, and replay the event via the dashboard. The system marks an event as handled only if your endpoint responds with a `20X` status code.
107107

108108
## Troubleshooting Tips
109109
There are some common reasons why your webhook endpoint is failing:

0 commit comments

Comments
 (0)