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

Increase timeout for waiting for DIC result in request process #86

Closed
EmteZogaf opened this issue Dec 4, 2023 · 1 comment · Fixed by #85 or #90
Closed

Increase timeout for waiting for DIC result in request process #86

EmteZogaf opened this issue Dec 4, 2023 · 1 comment · Fixed by #85 or #90

Comments

@EmteZogaf
Copy link
Collaborator

Currently the request process has a 30 seconds timeout waiting for each result after sending the feasibility execute tasks to each DIC. This should be increased to 5 minutes to accommodate for long running or non-cached queries in the DIC.

@juliangruendner
Copy link

juliangruendner commented Dec 11, 2023

Additional Explanation:
The feasibility plugin sends a feasibility request to all DIC and waits for TIMEOUT seconds for a response from each DIC.
If a DIC does not answer within this timeout the answer will be lost.
The Timeout should match the timeout in the feasibility backend so that the answers which a received within the configured time are still processed by the DSF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment