jobService

jobService

new jobService()

Used to manage the job history.

Source:

Methods

(static) addDBJob(job) → {Promise}

Add a job to the job history Required attributes:

  • runtime
  • memory
  • jobname
  • location
  • error
  • output
  • modules (Array)
  • commands (multi line, with \ns)
Source:
Parameters:
Name Type Description
job Object

The job data structure

Returns:
Type:
Promise