Setting the file. One moment.
Subchapter 1.11
references/queue-retries.mdMarkdown1 KBView on GitHub
Read the current Cloudflare documentation for queue management, retry options, defaults, and callback examples.
| Task | Documentation |
|---|---|
| Enqueue, inspect, and remove background work; understand sequential processing and failure handling | Queue tasks (opens in a new tab) |
| Retry an operation or configure retries for queued and scheduled callbacks | Retries |
| Delay recovery or run work on a recurring schedule | Schedule tasks (opens in a new tab) |
Keep these execution choices in mind when using the linked guides:
this.retry(), not serialized queue or schedule options. Handle non-retryable errors in those callbacks.See state-scheduling.md for choosing schedule modes and persisting application state.