Open
Description
Something like this, maybe. From discussion:
User cancels the scheduled send.
┌────────────────────────────────────────────────────────────────────────┐
│ │
│ │
│ User cancels during send (#4170). │
│ ┌───────────────────────────────────┐ │
│ │ │ │
│ │ │ │
│ │ Event received, │ │
(create) │ Time for the scheduled │ or we abandoned │ │
│ │ send (a try/retry). │ 200. the queue. ▼ ▼
└► should-send ───────────────────────► sending ─────► sent ────────────────► (delete)
│ ▲ ▲ │ │ ▲
│ │ │ │ │ │
│ │ │ App quit: schedule auto-retry. │ │ │
│ │ │ │ │ │
│ │ │ 5xx, network error, or (with │ │ │
│ │ │ #4170) 60s network timeout: │ │ │
│ │ │ schedule auto-retry with │ │ │
│ │ │ backoff. │ │ 4xx. │
│ │ └────────────────────────────────┘ └───────────────────────┐ │
│ │ │ │
│ │ │ User │
│ │ User requested a retry; schedule to run immediately. ▼ cancels. │
│ └──────────────────────────────────────────────────────── failed ──────────┘
│ ▲
│ │
│ Too old: message is "better never than late". Too much time │
│ from creation or last user-requested retry. │
└──────────────────────────────────────────────────────────────┘
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status