You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and added correct labels.
Please describe the feature you have in mind and explain what the current shortcomings are?
Usually publish job does have dependency on render job. But there might be more than one render job for singlt publish. We also do store the job ids to the metadata file, which is then read by ayon-core plugin, which "requires" {"job": {"_id": ...}} to be available in metadata file -> this should not be requirement and ayon-core should not know about the key.
Suggested implementation?
Change ayon-core to not require "job" key in metadata file, and the same plugin should get from the metadata file key, where "job processor metadata" are stored, and store it to instance data both with pre-defined key (via constant) -> name of the key is questionable, it must not be deadline specific, e.g. "addon_metadata" (I don't know).
Deadline does expect that there might be more than one dependent job and unify the key where the job ids are stored. There is option to have multiple dependency ids, but all are using different keys, that are based on different conditions.
Deadline still fills 'job' for backwards compatibility but also does store all dependency ids to the new pre-defined key.
Describe alternatives you've considered:
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Usually publish job does have dependency on render job. But there might be more than one render job for singlt publish. We also do store the job ids to the metadata file, which is then read by ayon-core plugin, which "requires"
{"job": {"_id": ...}}
to be available in metadata file -> this should not be requirement and ayon-core should not know about the key.Suggested implementation?
"job"
key in metadata file, and the same plugin should get from the metadata file key, where "job processor metadata" are stored, and store it to instance data both with pre-defined key (via constant) -> name of the key is questionable, it must not be deadline specific, e.g."addon_metadata"
(I don't know).Describe alternatives you've considered:
No response
The text was updated successfully, but these errors were encountered: