Skip to content

Conversation

johnoliver
Copy link
Member

@johnoliver johnoliver commented Jul 18, 2025

Add a time out on HTTP pull of the profiler settings. Defaulting to 30 seconds

Comment on lines +154 to +162
.timeout(
Duration.ofSeconds(httpTimeoutSeconds),
Mono.error(
new HttpResponseException(
"Timed out after "
+ httpTimeoutSeconds
+ " seconds while waiting for response from "
+ requestUrl,
null)))
Copy link
Member

Choose a reason for hiding this comment

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

do we need timeout both here and via TimeoutPolicy?

@johnoliver johnoliver marked this pull request as draft July 21, 2025 11:06
@johnoliver
Copy link
Member Author

Converting to draft as more is probably needed for this

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.

2 participants