Improve DB error handling.
Currently there is not a way to "know" if the DB is down or not started. For example if a http request is made when the RemoteLabApp is running, and the docker container was not started a 500 is returned but without any distinction.
Think about if it is good to indicate an error in the HTTP response or in a log system and keep the 500 http as it is.
Improve DB error handling.
Currently there is not a way to "know" if the DB is down or not started. For example if a http request is made when the RemoteLabApp is running, and the docker container was not started a 500 is returned but without any distinction.
Think about if it is good to indicate an error in the HTTP response or in a log system and keep the 500 http as it is.