CRDB task object
An object that represents a CRDB task
| Redis Enterprise Software |
|---|
An object that represents an Active-Active (CRDB) task.
| Name | Type/Value | Description |
|---|---|---|
| id | string | CRDB task ID (read-only) |
| crdb_guid | string | Globally unique Active-Active database ID (GUID) (read-only) |
| ended | string | Timestamp when the task ended (read-only) |
| errors | |
Details for errors that occurred on a cluster |
| operation | string | The operation that is running (read-only) |
| progress | |
• 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) |