Tushar
Tushar
> Do we have control over healthCheck timeout here? We want to set it very small. Yes @yurishkuro we can set the timeout. i tried this and upon setting the...
I had tried to disable the healthcheck as a whole but it results in goleak which is making tests fail. The leak is from client itself. Had mentioned the same...
@yurishkuro i tried to do some more debugging regarding the goleak and with simulating the connection like this ``` server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { if r.URL.Path == "/"...
> that screenshot shows goroutine from bulk worker, not from healthcheck. Did you shut down the client properly? Do i need to close it separately at the end of the...
> @neoandmatrix #7606 - there is still one test that runs for 5s, feel free to investigate Sure, thanks for the lead with #7606.
@yurishkuro got the tests to execute faster. Had to mock the http calls and server. Now they run optimally and in parallel. Should i wait for #7606 to be merged...
Hey @Shurtu-gal was investigating this one and as per above comment comparing the changes between the versions mentioned above the i.e 2.16.7 and 2.16.8 the studio's new version which uses...
> Could you generate a list dependency sizes @neoandmatrix Okay, will update.
Main root  Inside asyncapi  inside studio folder  inside build folder  @Shurtu-gal above are the dependency size for the largest modules.
> Thanks, your earlier suggestion makes sense then. Could you open an issue in studio with this as context. > > Can add this link there as well: https://nextjs.org/docs/app/guides/package-bundling Sure.