We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e23d26 commit 66a753cCopy full SHA for 66a753c
Makefile
@@ -27,7 +27,7 @@ kill-locald:
27
28
# kill any running dashboard process
29
kill-dashboardd:
30
- kill -9 $(shell ps aux | grep dashboard/app.py | grep -v grep | awk '{print $$2}')
+ kill $(shell ps aux | grep dashboard/app.py | grep -v grep | awk '{print $$2}') $(shell lsof -ti :5003)
31
32
# list any running dagster process
33
ps-locald:
0 commit comments