Search

Search

Help

Page 8 of 25. Showing 243 results (0.01 seconds)

  1. 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…
    Qube / … / PerlOct 15, 2014
  2. cbTest_runScript.py

    , scriptPathOnSupervisor) } # append the frame's callback to the job's callback list job['callbacks'].append(cb) ######################################## # submit the job…
  3. 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…
    QubeJan 13, 2015
  4. supervisor_logfile

    / Windows Server 2003: C:\Program Files\pfx\qube\logs\supelog Windows 2008 / Vista / Windows7 / Windows 8: C:\ProgramData\pfx\qube\logs\supelog…
    QubeJan 06, 2015
  5. 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…
    QubeJan 05, 2015
  6. 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…
    QubeFeb 01, 2017
  7. 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…
    QubeJan 06, 2015
  8. 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…
    QubeOct 13, 2020
  9. 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…
    Qube / … / PerlOct 15, 2014
  10. _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…
    QubeFeb 01, 2017