Search
Page 33 of 40. Showing 393 results (0.011 seconds)
supervisor_default_cluster
Synopsis supervisor_default_cluster = cluster Submit jobs to cluster cluster if one is not specified. Example supervisor_default_cluster = /projectx Defaults /…supervisor_default_priority
Synopsis supervisor_default_priority = priority Submit jobs at priority if the job's priority has not been defined. Example supervisor_default_priority = 9000 Defaults…worker_restrictions
Synopsis worker_restrictions = restrictionlist Allows the administrator to restrict/allow specific jobs to run on this host. _restrictionsSyntax Defaults…Frame and Subjob Process Timeouts
New for Qube 6.0 The subjob process timeouts and frame timeouts allow the user when submitting the job to specify the maximum time a frame or subjob process should take…Supervisor (Server Node)
Qube is built around the client/server concept. This means the system is controlled by a central server daemon, called the Supervisor which can dispatch jobs to each of its…bootstrap.py
) # obtain input job archive = "job.qja" base = '.' frontend = '' backend = "execute.py" type = '' for opt in opts…supervisor_max_priority
Synopsis supervisor_max_priority = priority Priority is the maximum numeric priority the Supervisor will allow users to specify. Jobs which are set above this number…supervisor_migrate_timeout
Synopsis supervisor_migrate_timeout = timeout The timeout value, in seconds, specifies how much time a job must wait before the host it was migrated off becomes available…worker_log_timeout
Synopsis worker_log_timeout = time Amount of time the Worker will wait in seconds before transmitting the job log's standard output and standard error to the Supervisor…Where is the output from the executed callback code?
Look in the .cb file for the job.…