Skip to content
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

feat: Adding optional override for adaptor request timeout default to EntryPoint start method #149

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

baxeaz
Copy link
Contributor

@baxeaz baxeaz commented Oct 22, 2024

What was the problem/requirement? (What/Why)

In some DCCs such as Unreal the default request timer maximum of 5 seconds is not long enough to handle some extremely resource intensive processes which occur during or shortly after startup such as asset discovery.

What was the solution? (How)

Provide an optional override which can be set in our DCC integrations adaptors to extend the timer when appropriate.

What is the impact of this change?

Adaptors won't time out waiting for responses from the openjd back end.

How was this change tested?

New test added, existing tests pass, manual testing.

  • Have you run the unit tests?

Yes

Was this change documented?

No

  • Are relevant docstrings in the code base updated?
    Yes

Is this a breaking change?

No

Does this change impact security?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@baxeaz baxeaz requested a review from a team as a code owner October 22, 2024 23:51
src/openjd/adaptor_runtime/_entrypoint.py Dismissed Show dismissed Hide dismissed
Copy link

@baxeaz baxeaz merged commit 652164f into OpenJobDescription:mainline Oct 23, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants