Trying to run my apache airflow DAG on my local machine but when i execute command
airflow webserver -p 8080
i am getting this error
Error: Already running on PID 14733 (or pid file '/home/rahul/airflow/airflow-webserver.pid' is stale)
I already tried killing the given process id but still getting the error.
kill -9 14733
How can i fix this..?