Skip to content

Commit 61f0499

Browse files
authored
Add better screenshots for recover-failed and replay-missing (#261)
Replace the outdated screenshot
1 parent aac6033 commit 61f0499

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

docs/img/recover-failed.png

270 KB
Loading

docs/img/replay-missing.png

263 KB
Loading
-106 KB
Binary file not shown.

docs/retries.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,16 @@ You can disable this behavior from the [Environment settings page](https://dashb
4343

4444
## Manual retries
4545

46-
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.
47-
48-
![Replay messages dialog](./img/retries-recover-failed-messages.png)
46+
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").
47+
48+
<div style={{ display: 'flex', flexDirection: 'row', gap: '1rem' }}>
49+
<div>
50+
![Recover failed messages dialog](./img/recover-failed.png)
51+
</div>
52+
<div>
53+
![Replay missing messages dialog](./img/replay-missing.png)
54+
</div>
55+
</div>
4956

5057
Alternatively, you can use the respective APIs:
5158
- [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.

0 commit comments

Comments
 (0)