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

#292 updated default UI execution timeout to 1 day #293

Closed
wants to merge 1 commit into from

Conversation

codewithaloknath
Copy link
Contributor

What does this PR do / why do we need it:

It changes the default UI execution timeout to 1 day which is same as session timeout

Which issue(s) this PR fixes:

#292

@@ -36,7 +36,7 @@
private DataSize maxResultSize = new DataSize(1, DataSize.Unit.GIGABYTE);
private Optional<String> sharedSecret = Optional.empty();
private Duration sessionTimeout = new Duration(1, DAYS);
private Duration executionTimeout = new Duration(15, MINUTES);
private Duration executionTimeout = new Duration(1, DAYS);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the same in Documentation

@it-is-a-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: codewithaloknath
To complete the pull request process, please assign sraghunandan
You can assign the PR to them by writing /assign @sraghunandan in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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