Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3


...

Note: Qube's Supervisor automatically enforces the uniqueness requirement and will not allow duplicate job labels to be submitted.
During submission, a developer may link jobs to the same process group by collecting the lead job's process group ID and then using that to submit the successive jobs. A simpler method is to submit all the jobs under the same API submit call, which automatically attaches all jobs to the same process group.
This process group/label system solves 2 problems:

  1. The developer isn't forced to collect the job ids.
  2. The developer isn't required to use a naming convention for their jobs.

The system also offers several major benefits:

  1. Resubmission, cloning and storage of a process group are simpler.
  2. Feedback loop job relationships are made possible.

The use of

Include Page
_jobLabels
_jobLabels

The use of labels becomes more apparent in the Callback section of this document.