Chetan Gowda
Chetan Gowda
Looks like this issue got closed automatically when I closed our internal tracking ticket. Please feel free to reopen this issue if anything is missing.
Hello, I took a brief look into this and was not able to reproduce it locally. I left the server running for over 2 days and didn't observe go-routines growing....
Thanks for posting the avg(num_goroutine) graphs @guritinvda To enable pprof, do you have to restart the service? If not, could you please connect one of the frontend hosts in your...
@guritinvda any new findings?
@uritig thanks for posting the data. Looking at the hung Goroutines, it seems to be coming from improper `grpc.ClientConn` cleanup. ``` goroutine profile: total 4204 3444 @ 0x43e5ce 0x44ea05 0x971c75...
I'll followup once that PR lands.
Also include the limitations of this feature in the docs? https://github.com/temporalio/api/blob/5b356b506e0b86ba26dc6f795bfb011eeb4dfa6e/temporal/api/failure/v1/message.proto#L49
This needs more work. Moving it back to draft.
> I think task_refresher needs to be updated as well to not regenerated activity & workflow task. and yeah I think I'd prefer the logic lives in refresher not task...
@tsurdilo what is the usecase for this? Can we not use start-with-delay?