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 am using the self hosted version of hatchet. I have an express webapp that is being deployed to a managed container service. I have done a similar setup for the hatchet workers and deploying it inside of a container. It works however as far as I can see, healthchecks is only supported on the python version of the SDK. This is a huge issue as I want to have alerting setup if the container goes down.
Are there any plans to bring this to the typescript sdk? I am naively imagining this shouldn't be too much work as it is just a healthcheck endpoint :). If not, would there be a way to define this ourselves?
On the same "feature parity" and observability topic, ideally we would like to have the opentelemtry instrumentation for the typescript SDK as well. Are there any plans for this?