We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Unreal adaptor's environment enter and exits do not have a timeout specified in their job template.
The timeout for the environment enter should be a little more (ex. 1 minute) than the server start timeout + Unreal start timeout. The timeout for the environment exit should be a little more (ex. 1 minute) than the server end timeout + Unreal end timeout
If the environment enter or exit get stuck (and the first layer of timeouts doesn't work), then the worker agent does not enforce the timeout.
Add a timeout to the environment enter and exit actions here, using the OpenJD spec timeout field.
timeout
Example PR: aws-deadline/deadline-cloud-for-cinema-4d#173
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The Unreal adaptor's environment enter and exits do not have a timeout specified in their job template.
Expected Behaviour
The timeout for the environment enter should be a little more (ex. 1 minute) than the server start timeout + Unreal start timeout. The timeout for the environment exit should be a little more (ex. 1 minute) than the server end timeout + Unreal end timeout
Current Behaviour
If the environment enter or exit get stuck (and the first layer of timeouts doesn't work), then the worker agent does not enforce the timeout.
Proposed Solution
Add a
timeout
to the environment enter and exit actions here, using the OpenJD spectimeout
field.Environment
Example PR: aws-deadline/deadline-cloud-for-cinema-4d#173
The text was updated successfully, but these errors were encountered: