Last updated: July 02, 2024
dqo scheduler command-line command
The reference of the scheduler command in DQOps. Controls the repeating task scheduler by starting, stopping or running a foreground job scheduler.
dqo scheduler start
Starts a background job scheduler
Description
This operation should be called only from the shell mode. When the DQOps is started as 'dqo scheduler start' from the operating system, it will stop immediately.
Command-line synopsis
$ dqo [dqo options...] scheduler start [-h] [-fw] [-hl] [-crm=<checkRunMode>] [-of=<outputFormat>]
[-sm=<synchronizationMode>]
DQOps shell synopsis
dqo> scheduler start [-h] [-fw] [-hl] [-crm=<checkRunMode>] [-of=<outputFormat>]
[-sm=<synchronizationMode>]
Command options
All parameters supported by the command are listed below.
Command argument | Description | Required | Accepted values |
---|---|---|---|
-crm --check-run-mode |
Check execution reporting mode (silent, summary, info, debug) | silent summary info debug |
|
-fw --file-write |
Write command response to a file | ||
--headless -hl |
Starts DQOps in a headless mode. When DQOps runs in a headless mode and the application cannot start because the DQOps Cloud API key is missing or the DQOps user home folder is not configured, DQOps will stop silently instead of asking the user to approve the setup of the DQOps user home folder structure and/or log into DQOps Cloud. | ||
-h --help |
Show the help for the command and parameters | ||
-of --output-format |
Output format for tabular responses | TABLE CSV JSON |
|
-sm --synchronization-mode |
Reporting mode for the DQOps cloud synchronization (silent, summary, debug) | silent summary debug |
dqo scheduler stop
Stops a background job scheduler
Description
This operation should be called only from the shell mode after the scheduler was started.
Command-line synopsis
DQOps shell synopsis
Command options
All parameters supported by the command are listed below.
Command argument | Description | Required | Accepted values |
---|---|---|---|
-fw --file-write |
Write command response to a file | ||
--headless -hl |
Starts DQOps in a headless mode. When DQOps runs in a headless mode and the application cannot start because the DQOps Cloud API key is missing or the DQOps user home folder is not configured, DQOps will stop silently instead of asking the user to approve the setup of the DQOps user home folder structure and/or log into DQOps Cloud. | ||
-h --help |
Show the help for the command and parameters | ||
-of --output-format |
Output format for tabular responses | TABLE CSV JSON |