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

Evaluate removing VolumeSizeRequestTimeout config #3530

Closed
wdbaruni opened this issue Feb 27, 2024 · 1 comment
Closed

Evaluate removing VolumeSizeRequestTimeout config #3530

wdbaruni opened this issue Feb 27, 2024 · 1 comment
Assignees
Labels
th/config Theme: Related to configuration files and settings across the project type/enhancement Type: New features or enhancements to existing features
Milestone

Comments

@wdbaruni
Copy link
Member

Jobs would fail if fetching inputs take more than 2 minutes, which is the default value here. Users who submit the job don't have any way to override this value as it is a configuration in the compute side. Even if they increate the overall job execution timeout using --timeout flag, the job will fail if the result is not downloaded within 2 minutes.

Maybe we should evaluate removing this configuration and just allow users and operators to set the overall --timeout value instead of having to expose different timeouts. I understand there might be use cases where the job shouldn't run if the results are not fetched within a certain period, but those will be very few cases, and will be better to simplify the overall user configuration and nobs they have to change

@wdbaruni wdbaruni added the type/enhancement Type: New features or enhancements to existing features label Apr 16, 2024
@wdbaruni
Copy link
Member Author

part of #4014

@wdbaruni wdbaruni moved this from Inbox to Next in Engineering Planning Jun 26, 2024
@wdbaruni wdbaruni added the th/config Theme: Related to configuration files and settings across the project label Jul 1, 2024
@wdbaruni wdbaruni added this to the v1.5.0 milestone Aug 12, 2024
@wdbaruni wdbaruni closed this as completed Oct 8, 2024
@github-project-automation github-project-automation bot moved this from Next to Done in Engineering Planning Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
th/config Theme: Related to configuration files and settings across the project type/enhancement Type: New features or enhancements to existing features
Projects
Status: Done
Development

No branches or pull requests

2 participants