Currently it's possible to start the express server and not notice some underlying problem until the first request crashes. For example the routing layer may be down, there might be a problem with configuration (e.g. vroom path) etc.
It could be handy to have a simple status or health route to check if the whole optimization service is up.
The easiest way I see would be to add a route that just solves a very small hard-coded problem instance.
Currently it's possible to start the express server and not notice some underlying problem until the first request crashes. For example the routing layer may be down, there might be a problem with configuration (e.g.
vroompath) etc.It could be handy to have a simple
statusorhealthroute to check if the whole optimization service is up.The easiest way I see would be to add a route that just solves a very small hard-coded problem instance.