ynput / ayon-deadline

Deadline addon for AYON
Apache License 2.0
3 stars 11 forks source link

ChunkSize in Houdini is ignored #21

Open antirotor opened 3 months ago

antirotor commented 3 months ago

Problem

Currently, the chunk size is ignored - it is probably thanks to the fact that it is pulled from the instance, but nothing is setting it there. It should be treated as other attributes, like priority:

https://github.com/ynput/ayon-deadline/blob/c975526b685705a673a85c700c6ee3eab0b09135/client/ayon_deadline/plugins/publish/houdini/submit_houdini_cache_deadline.py#L94

MustafaJafar commented 3 months ago

I think we might drop it in favor of supporting different render targets for cache submission. i.e. like render submission. Therefore, I think this issue is related to https://github.com/ynput/ayon-houdini/issues/33

kalisp commented 1 week ago

Might be fixed by https://github.com/ynput/ayon-deadline/pull/49

BigRoy commented 1 week ago

Thanks @kalisp - yes. I'd say so, if not - we should still fix it in that PR 🗡 because that'd hint at other issues.

BigRoy commented 1 week ago

@MustafaJafar not sure how related to you this might then still be as assignee. You could use @kalisp 's PR to do a test run and confirm whether it fixes it. Or otherwise re-assign this issue to @kalisp completely.

I think the test run would be well worth it however.