File tree Expand file tree Collapse file tree
src/deadline/cinema4d_submitter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ class RenderSubmitterUISettings:
5151 name : str = field (default = "" , metadata = {"sticky" : True })
5252 description : str = field (default = "" , metadata = {"sticky" : True })
5353
54+ priority : int = field (default = 50 , metadata = {"sticky" : True })
55+ initial_status : str = field (default = "READY" , metadata = {"sticky" : True })
56+ max_failed_tasks_count : int = field (default = 20 , metadata = {"sticky" : True })
57+ max_retries_per_task : int = field (default = 5 , metadata = {"sticky" : True })
58+ max_worker_count : int = field (
59+ default = - 1 , metadata = {"sticky" : True }
60+ ) # -1 indicates unlimited max worker count
61+
5462 override_frame_range : bool = field (default = False , metadata = {"sticky" : True })
5563 override_output_path : bool = field (default = False , metadata = {"sticky" : True })
5664 override_multi_pass_path : bool = field (default = False , metadata = {"sticky" : True })
You can’t perform that action at this time.
0 commit comments