[Errno 98] Address already in use databricks code example
Example: uvicorn ERROR: [Errno 98] Address already in use
#find the process using the port
lsof -i :8000
#and kill it
kill -9 process_id
#find the process using the port
lsof -i :8000
#and kill it
kill -9 process_id