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

...

supervisor_job_flags = flagslist
Sets various job flags, which will be applied to all jobs run on the farm.  These cannot be overridden, so use these sparingly.

Values

  • uninterruptable - The Supervisor will not preempt jobs.
  • grid – Jobs which are marked as "grid" jobs must reserve all requested subjob slots before they are started.
  • expand – Jobs automatically increase the number of subjob slots taken until one of the subjobs completes or there are no more available slots.
  • auto_mount – Jobs run on a Windows Worker will automatically mount the network drives detected on the submitting client host.
  • export_environment – The Worker will detect and use the submitting client's user environment when executing the job.
  • host_list – The job will either execute on all hosts in the farm or restrict itself to the list of hosts specified in hosts and groups.
  • elite - The job will execute regardless of host availability. This flag is only available to Qube administrators.
  • mail – Email the user when the job is complete.

Include Page
_jobFlags
_jobFlags

 Example

supervisor_job_flags = "auto_mount"client_job_flags = "auto_mount,grid"

...