Schema for a replication scheduler document.

Hierarchy

  • SchedulerDocument

Properties

database: string

Database where replication document came from.

doc_id: string

Replication document ID.

error_count: number

Consecutive errors count. Indicates how many times in a row this replication has crashed. Replication will be retried with an exponential backoff based on this number. As soon as the replication succeeds this count is reset to 0. To can be used to get an idea why a particular replication is not making progress.

id: string

Replication ID, or null if state is completed or failed.

Schema for scheduler document information. A JSON object that may contain additional information about the state. For error states this will contain an error field and string value.

last_updated: string

Timestamp of last state update.

node?: string

Cluster node where the job is running.

source?: string

Replication source.

source_proxy?: string

Address of the (http or socks5 protocol) proxy server through which replication with the source database occurs.

start_time: string

Timestamp of when the replication was started.

state: string

Schema for replication state.

target?: string

Replication target.

target_proxy?: string

Address of the (http or socks5 protocol) proxy server through which replication with the target database occurs.

Generated using TypeDoc