It would be useful to have a way of verifying the health of the Temporal connection using the Terminus health check interface, which is the de facto standard in NestJS.
This health check should provide a configurable timeout (defaulting to 1 second) and a configurable name for the service (defaulting to temporal).
I will raise a PR for this as I have used a similar method in my own TS projects.
It would be useful to have a way of verifying the health of the Temporal connection using the Terminus health check interface, which is the de facto standard in NestJS.
This health check should provide a configurable timeout (defaulting to 1 second) and a configurable name for the service (defaulting to
temporal).I will raise a PR for this as I have used a similar method in my own TS projects.