mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2011 - provide safer default
This commit is contained in:
parent
4783737bf9
commit
26de072f87
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
if mongo_url:
|
||||
environment["OPENPYPE_MONGO"] = mongo_url
|
||||
|
||||
priority = self.deadline_priority or instance.data.get("priority")
|
||||
priority = self.deadline_priority or instance.data.get("priority", 50)
|
||||
|
||||
args = [
|
||||
"--headless",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue