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.

...

To solve this, Qube uses its process group feature in combination with the job's label. The only prerequisite is that the jobs be submitted under the same process group. Within the process group, labels must be unique.

Notewarning

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.

...