Skip to content

Commit 0c38270

Browse files
committed
update instructions to stop shipper & worker jobs
1 parent c10c914 commit 0c38270

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_docs/developer/development_instructions/automated_grading.md

+10
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,16 @@ To do this:
133133
sudo systemctl stop submitty_autograding_worker
134134
```
135135

136+
You can confirm that these jobs are no longer running:
137+
```
138+
ps -ef | grep submitty_auto
139+
```
140+
141+
If the jobs did not all stop, you can run:
142+
```
143+
ps -ef | grep submitty_auto | grep -v grep | awk '{print $2}' | xargs kill -9
144+
```
145+
136146
2. Now, as the `submitty_daemon` user, from the primary machine, run the
137147
shipper manager and watch the output.
138148

0 commit comments

Comments
 (0)