mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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:
|
if mongo_url:
|
||||||
environment["OPENPYPE_MONGO"] = 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 = [
|
args = [
|
||||||
"--headless",
|
"--headless",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue