Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Please follow this guide to learn how to migrate to SingleStore tools.
SingleStore Managed Service does not support this command.
List all the jobs the MemSQL Ops agent has run.
This is useful for troubleshooting MemSQL Ops.
usage: memsql-ops job-list [--settings-file SETTINGS_FILE] [-q] [-j]
[-n LIMIT]
[--state {queued,running,finished,fail,cancelled}]
List jobs.
optional arguments:
--settings-file SETTINGS_FILE
A path to a MemSQL Ops settings.conf file. If not set,
we will use the file in the same directory as the
MemSQL Ops binary.
-q, --quiet Only display job ids.
-j, --json Print output as JSON.
-n LIMIT, --limit LIMIT
The number of jobs to list, starting from the most
recent.
--state {queued,running,finished,fail,cancelled}
Filter for jobs in this state. Options are 'queued',
'running', 'finished', 'fail', and 'cancelled'.