Outbox
The outbox is the device's queue. Whatever cannot go out right now — no network, an unresponsive server, a failed mail — lands here and is retried automatically later.
It deliberately belongs to the device rather than to an event: the individual jobs know which event they belong to and outlive an event switch. Yesterday's upload still goes out even when the next party has long been loaded.
What it shows#
Per job: what it is (cloud upload or mail), which event it belongs to, when it was created and what the last attempt failed on.
| Setting | Meaning |
|---|---|
| Retry interval | How often the outbox tries again automatically |
Individual entries can be deleted, as can the whole list.