You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
Currently the start up is delayed by 10 seconds and runs into an io.netty.handler.ssl.SslHandshakeTimeoutException when trying to call api.github.com which fails due to the restriction of external calls from the cluster.
Describe the feature you're interested in
Please provide a configuration parameter that allows disabling all external API calls which should result in not querying the GitHub release info and potential other external API calls in the future.
This could be possible by disabling the instantiation here.
Thanks, I've followed the call chain from your original message which had no blocking calls.
The new link, however, does that, as a combination of a @Scheduled annotation which will lead to a call performed right after the context initialization, plus a blocking call for a mono gives us exactly that.
Issue submitter TODO list
Is your proposal related to a problem?
Currently the start up is delayed by 10 seconds and runs into an
io.netty.handler.ssl.SslHandshakeTimeoutException
when trying to callapi.github.com
which fails due to the restriction of external calls from the cluster.Describe the feature you're interested in
Please provide a configuration parameter that allows disabling all external API calls which should result in not querying the GitHub release info and potential other external API calls in the future.
This could be possible by disabling the instantiation here.
Describe alternatives you've considered
No response
Version you're running
56fa824
Additional context
I would be open to contributing this feature, if desired.
The text was updated successfully, but these errors were encountered: