Search
Page 20 of 40. Showing 393 results (0.014 seconds)
Advanced_Dependancy.py
(): # ----------------Start creation of Parent Job---------------------------------------- # Below defines an empty list for combining all tasks in the dependancy chain task…Email Notification
Jobs can be setup to automatically e-mail the job's owner when the job has completed. This is enabled on a job per job basis. A job is also allowed to e-mail a user besides…Properties and Uses
under the Qube user permissions of the user who owns the callback Common uses of a callback: Job dependency chaining Job completion email Job logging event…Auto-Wrangling
(New in Qube 6.0) There are a number of manual tasks typically performed when overseeing jobs on the renderfarm and the renderfarm itself. The header "auto-wrangling…Operation Overview - Client Side
to kill and/or retry failed frames for our own jobs. Using --allow-control implies the use of SSL which means the URL for the server will be https://192.168.0.55:8080 - make special note…Basic dependencies
The next step is to understand basic dependencies In this example, we use the job's dependency field to set up a job-based dependency. Job based dependencies are those…How to use clustering for workers
to the /post cluster, and some to the /promo cluster (Qube! workers - your render nodes - belong to 1 and only 1 cluster). Users would submit their jobs to either the /post cluster…framesubmit.pl
. # ##################################################################################### # # This script is an example of how one may create a job that uses frames # as the atomic element in a job. # # Remember, this can easily be adapted for jobs which break up its…WranglerView 6.4-3a Release Notes
========================= Fixes ========================= @FIX: unblocking a job in the GUI now immediately forces a re-evaluation of the job, resulting in more…jobsubmit-work-mail-callback.pl
; # # setup the hash for the job # my $FRAME_RANGE = "1-3"; my $frames = qb::genframes($FRAME_RANGE); my $job = { "name" => "test job", # set the job type "prototype" => "cmdrange…