langtech-bsc / magma

Apache License 2.0
0 stars 0 forks source link

Kill Mlflow PID #27

Open PaulNdrei opened 2 weeks ago

PaulNdrei commented 2 weeks ago

It seems like the PID is not being passed to the kill command; we need another way to capture the PID.

@ankush13r, you had mentioned in a meeting the following way: ps aux | grep 'something' | awk "{print $2}" | xargs kill