Tushar

Results 99 comments of 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 ![Image](https://github.com/user-attachments/assets/277b72ae-e04a-4c35-b65d-02dd0a929db6) Inside asyncapi ![Image](https://github.com/user-attachments/assets/361f4414-2a8c-4c04-bd67-1008c4b5e185) inside studio folder ![Image](https://github.com/user-attachments/assets/79733b8b-1d3c-426d-b85a-dc22ea63f085) inside build folder ![Image](https://github.com/user-attachments/assets/3632189a-5643-4aee-9bc6-1653d4b5cb42) @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.