Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Deadline: Report GlobalJobPreLoad version in logs #5920

Closed
BigRoy opened this issue Nov 15, 2023 · 1 comment
Closed

Deadline: Report GlobalJobPreLoad version in logs #5920

BigRoy opened this issue Nov 15, 2023 · 1 comment
Labels
module: Deadline AWS Deadline related features type: enhancement Enhancements to existing functionality

Comments

@BigRoy
Copy link
Collaborator

BigRoy commented Nov 15, 2023

Issue

When debugging Deadline render issues in the community it often becomes unclear whether they have an up-to-date GlobalJobPreLoad.py nor is it clear what version they are using.

Proposal

Now, I think we need to add a variable version in GlobalJobPreLoad.py because I can't tell which is which!

Yes, please! And bonus points for the GlobalJobPreLoad logs also mentioning the version its running!

We can add e.g. this top of file:

__version__ = "1.0.0"

And then log it in __main__(), e.g.:

    print(f"*** GlobalJobPreload start {__version__}...")

We might want to do something similar to the Deadline Ayon plugin itself.

Originally posted by @BigRoy in #5815 (comment)


Not sure what the best implementation might be since it wouldn't say anything about whether a version hasn't been changed locally at all - but at least it would hint to a particular version.

@BigRoy BigRoy added module: Deadline AWS Deadline related features type: enhancement Enhancements to existing functionality labels Nov 15, 2023
@BigRoy
Copy link
Collaborator Author

BigRoy commented Nov 15, 2023

I missed this one was just opened: #5919

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
module: Deadline AWS Deadline related features type: enhancement Enhancements to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant