Queued data refreshes run in the web process. Finished items stay here until you clear them.
| Task | Category | Status | Queued | Started | Finished | Source |
|---|---|---|---|---|---|---|
|
{{title}}
{{#if key}}
{{key}}
{{/if}}
{{#if errorMessage}}
{{errorMessage}}
{{/if}}
|
{{category}} | {{#if (eq status 'queued')}} Queued {{else if (eq status 'running')}} Running {{else if (eq status 'completed')}} Completed {{else if (eq status 'failed')}} Failed {{else if (eq status 'canceled')}} Canceled {{else}} {{status}} {{/if}} | {{#if createdAt}} {{else}} - {{/if}} | {{#if startedAt}} {{else}} - {{/if}} | {{#if finishedAt}} {{else}} - {{/if}} |
{{#if metadata.sourceName}}
{{metadata.sourceName}}
{{metadata.sourceType}} #{{metadata.sourceId}}
{{else}}
-
{{/if}}
|
| No background tasks are queued right now. | ||||||