You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime, we need to manually kill some submissions running on the server (either directly or with AWS).
As the dispatcher is robust to submissions that receive a SIGTERM signal, one way to do this is to kill the process?
This could be done in AWS by running ssh ... kill PID, where the PID is computed using top and grep with the submission name.
The text was updated successfully, but these errors were encountered:
Sometime, we need to manually kill some submissions running on the server (either directly or with AWS).
As the dispatcher is robust to submissions that receive a
SIGTERM
signal, one way to do this is to kill the process?This could be done in AWS by running
ssh ... kill PID
, where the PID is computed usingtop
andgrep
with the submission name.The text was updated successfully, but these errors were encountered: