Hello,
Is there healthcheck endpoint for worker?
According to docs healthcheck for controller is 9200
Thanks
Hello,
Is there healthcheck endpoint for worker?
According to docs healthcheck for controller is 9200
Thanks
There are currently no endpoints for health checking for either the controller or worker. However, if you want to simply see if there is an active listener, port 9200 on the controller and port 9202 on the worker are the defaults.
Thank you for answer