Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/img/recover-failed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/replay-missing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/retries-recover-failed-messages.png
Binary file not shown.
13 changes: 10 additions & 3 deletions docs/retries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,16 @@ You can disable this behavior from the [Environment settings page](https://dashb

## Manual retries

Your customers 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.

![Replay messages dialog](./img/retries-recover-failed-messages.png)
Your customers can also use the application portal to manually retry each message at any time, automatically retry ("Recover Failed") all failed messages starting from a given date, or replay messages that have never been attempted to an endpoint ("Replay Missing").

<div style={{ display: 'flex', flexDirection: 'row', gap: '1rem' }}>
<div>
![Recover failed messages dialog](./img/recover-failed.png)
</div>
<div>
![Replay missing messages dialog](./img/replay-missing.png)
</div>
</div>

Alternatively, you can use the respective APIs:
- [Resend webhook](https://api.svix.com/docs#operation/resend_webhook_api_v1_app__app_id__msg__msg_id__endpoint__endpoint_id__resend__post) for retrying a single message.
Expand Down