Icon

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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Synopsis

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.

 Example

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

Defaults

"auto_mount"

  • No labels