Search
Page 8 of 25. Showing 243 results (0.01 seconds)
callback4.pl
. # ##################################################################################### # # This script is an example of how to submit a global callback # # # Note: if you get a zero length return, it's probably because your account is not # administrative…cbTest_runScript.py
, scriptPathOnSupervisor) } # append the frame's callback to the job's callback list job['callbacks'].append(cb) ######################################## # submit the job…Email Notification
that the Supervisor will use in the "From" field of notification email that it sends mail_host The SMTP server to use to send email through mail_job_status_format A file…supervisor_logfile
/ Windows Server 2003: C:\Program Files\pfx\qube\logs\supelog Windows 2008 / Vista / Windows7 / Windows 8: C:\ProgramData\pfx\qube\logs\supelog…client_logpath
requesting the supervisor to send them. Example client_logpath = \\server\share\qube\logs client_logpath=/mnt/qube/logs/ Defaults None See Also Writing Job Logs to a Network…mail_connection_type
Synopsis mail_connection_type = connType connType is one of DEFAULT, SSL, or TLS, which describes the connection type to the SMTP email server pointed to by mail_host…supervisor_logpath
Server 2003: C:\Program Files\pfx\qube\logs Windows 2008 / Vista / Windows7 / Windows 8: C:\ProgramData\pfx\qube\logs See Also Writing Job Logs to a Network…Python job submission with agenda based timeout
. This script will submit a job with a 30 second, agenda-based timeout that runs a bunch of "sleep" commands. Each agenda item will do exactly nothing for a number of seconds equal…qbsub.pl
Qube! - supervisor for the jobs we want my @jobs = qb::submit($job); for my $job (@jobs) { print "submitted job - id: ", $job->{id}, "\n"; for (keys %{$job}) { print "key…_SimpleCMD_QubeJobEnvironment
. Impersonate User You can specify which user you would like to submit the job as. The default is the current user. The format is simply . This is useful for troubleshooting…