I installed redis this afternoon and it caused a few errors, so I uninstalled it but this error is persisting when I launch the app with foreman start
. Any ideas on
Find the orphaned process:
ps -ax |grep gunicorn
11111 ?? 0:03.44 /usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python /usr/local/bin/gunicorn -b :5000 main:app
Locate the Process ID (the number in the first column of the results)
kill 11111
Replace 11111 with the Process ID