Skip to content

spline #1043 REST: Max timeout config option#1046

Merged
wajda merged 3 commits into
developfrom
feature/spline-1043-max-timeout
Mar 23, 2022
Merged

spline #1043 REST: Max timeout config option#1046
wajda merged 3 commits into
developfrom
feature/spline-1043-max-timeout

Conversation

@wajda
Copy link
Copy Markdown
Contributor

@wajda wajda commented Mar 22, 2022

Add the following options to the Producer and Consumer REST Gateway:

  • spline.[consumer|producer].timeoutDefault - default async request timeout if one isn't specified by the client
  • spline.[consumer|producer].timeoutMaximum - async timeout threshold that is applied to both default and user requested timeout value.

Both properties are optional. By default, timeout is 2 minutes, and the maximum one is 1 hour

@wajda wajda requested a review from cerveada as a code owner March 22, 2022 15:47
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wajda wajda merged commit 4b6eb8d into develop Mar 23, 2022
@wajda wajda deleted the feature/spline-1043-max-timeout branch March 23, 2022 12:41
@wajda wajda linked an issue Apr 8, 2022 that may be closed by this pull request
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.

REST: Max timeout config option

2 participants