-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offloaded delivery processing workflow changes #930
base: develop
Are you sure you want to change the base?
Conversation
- Update the families list in a plugin to include "deliveryProcess".
Task linked: AY-5235 Circuit: Offloaded events farm processing |
@@ -21,8 +21,7 @@ class CollectOtioReview(pyblish.api.InstancePlugin): | |||
|
|||
label = "Collect OTIO Review" | |||
order = pyblish.api.CollectorOrder - 0.078 | |||
families = ["clip"] | |||
hosts = ["resolve", "hiero", "flame"] | |||
families = ["editorial.otio.review"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change will disable otio review for all previous hosts ("resolve", "hiero", "flame"), are there related PRs in their repositories?
Adjusted the version constraint for a library to ensure compatibility by restricting it to less than 2.4.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please respond to comment https://github.com/ynput/ayon-core/pull/930/files#r1856177690
Changelog Description
Changes required for ayon-circuit offloaded delivery processing workflow.
Additional info
Additional changes needed for https://github.com/ynput/ayon-circuit/pull/13 to run correctly.
Testing notes:
All should work as before.