After running mlflow ui on a remote server, I'm unable to reopen the mlflow ui again.
A workaround is to kill all my processes in the server using pkill -u MyUserName.
Otherwise I get the following error:
[INFO] Starting gunicorn 20.0.4
[ERROR] Connection in use: ('127.0.0.1', 5000)
[ERROR] Retrying in 1 second.
...
Running the mlflow server failed. Please see ther logs above for details.
I understand the error but I don't understand:
1. What is the correct way to shutdown mlflow ui
2. How can I identify the mlflow ui process in order to only kill that process and not use the pkill
Currently I close the browser or use ctrl+C