Changing Healthcheck endpoint

Hi, I need to create a helthcheck endpoint on /ping, is there any way to achieve this using the rasa image? Or should I change code directly?

Regards

Hi @srusso.meli! What image are you using?

Last productive rasa core image

I am not sure what that means. Maybe you could link me to it?

We are using rasa image: rasa/rasa So using the latest docker image. Is there a way change or open a healthcheck endpoint on /ping instead of / on the server?

Regards

Hi @srusso.meli,

why do you wanna use a ping as health endpoint? I suggest using a GET request to /status. Please avoid using the implicit latesttag and rather pin a version (e.g.1.10.0). Since the image behind the latest` tag keeps on changing, this isn’t good practice for running in production.

1 Like