Back to Redis

Crdb Task

content/operate/rs/7.8/references/rest-api/objects/crdb_task.md

latest1.1 KB
Original Source

An object that represents an Active-Active (CRDB) task.

NameType/ValueDescription
idstringCRDB task ID (read-only)
crdb_guidstringGlobally unique Active-Active database ID (GUID) (read-only)
endedstringTimestamp when the task ended (read-only)
errors{{<code>}}
[{
"cluster_name": string,
"description": string,
"error_code": string
}, ...] {{</code>}}Details for errors that occurred on a cluster
operationstringThe operation that is running (read-only)
progress{{<code>}}
{
"clusters": [{
"name": string,
"progress": string

}, ...], "worker": string } {{</code>}} | • name: The instance cluster name • progress: The step the instance coordinator is running • worker: The step the worker is running | | started | string | Timestamp when the task started (read-only) | | status | 'queued' 'started' 'finished' 'failed' | CRDB task status (read-only) | | worker_name | string | The worker that runs the task (read-only) |