Managing Jobs
Edit Jobs
- Jobs can also be modified by dragging and dropping Nodes or Subgraphs into the include/exclude text boxes, while on the Graph, Node Grid, or Column Grid of a Job.
- Nodes can only be removed from the Job by modifying the include/exclude query.
- Right click each Job for more options.
Refresh Status
You can review the refresh or job status by:
-
Going to the run in Coalesce App and clicking on the Refresh.
-
If you're using the CLI, adding the
--out
flag to print the results in JSON format. -
Using the API, use Get Job Status, with the runID. The runID is returned when the job is run.
- runStatus - Status of the run.
- runType - If the run was a deploy or refresh.
- runLink - Link to the run documentation.
Job Scheduling
Jobs can be run at set time intervals using a scheduler. See our article on Scheduling for details and examples.
Re-run a Job
You can a rerun an existing Job using the API or CLI.
- CLI - Can re-run Nodes, starting at the point of failure. Use the
refresh
commands.coa rerun <runID>
. - API - Can re-run Nodes, starting at the point of failure. Use the Rerun a Job endpoint.
- Coalesce App - Starts a new run each time. Doesn't run previously failed job.