Durable Object Debugger & Manager
| Status | Job ID | Event ID | Attempts | Enqueued | Actions |
|---|---|---|---|---|---|
| Queue is empty | |||||
| {{ item.status }} | {{ item.id.substring(0, 8) }}... | {{ item.event_id }} | {{ item.attempts }} | {{ new Date(item.enqueuedAt).toLocaleTimeString() }} | |
{{ JSON.stringify(queueItems, null, 2) }}
| Status | Date | Event ID | Type | Attempts | Details |
|---|---|---|---|---|---|
| No history found | |||||
| {{ item.status }} | {{ new Date(item.updated_at || item.created_at).toLocaleString() }} | {{ item.event_id }} | {{ item.job_type }} | {{ item.attempt_count }} | |
Storage dump + in-memory state for the selected account
{{ JSON.stringify(entry.value, null, 2) }}
{{ JSON.stringify(doState.queuePreview, null, 2) }}
| {{ col }} |
|---|
| {{ formatValue(row[col]) }} |
{{ JSON.stringify(selectedItem.execution_log, null, 2) }}