{#if unresolved > 0} {unresolved} unresolved {:else} No unresolved dead letters {/if}
Loading…
{:else if rows.length === 0}{#if unresolvedOnly} No unresolved dead letters for this app. 🎉 {:else} No dead letters recorded yet. {/if}
{:else}| Created | Source | Op | Script | Attempts | First / Last attempt | Last error | Actions |
|---|---|---|---|---|---|---|---|
| {fmtTime(row.created_at)} | {row.source} |
{row.op} |
{row.script_id ? row.script_id.slice(0, 8) : '—'} | {row.attempt_count} |
{fmtTime(row.first_attempt_at)}
{fmtTime(row.last_attempt_at)}
|
{#if row.resolved_at === null} {:else} {row.resolution ?? 'resolved'} {/if} | |
Payload{JSON.stringify(row.payload, null, 2)}
Last error{row.last_error}
|
|||||||