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
The metaflow batch CLI supports list and kill for identifying running jobs on a flow and killing them if needed. This is useful if you get disconnected from the terminal that started the job and need to stop it. The kubernetes CLI doesn't have any similar functionality. Our current workaround is to kill the pods manually (and then watch for and kill the retries) which is tedious and error-prone. A much better solution would be to add support for list and kill to the kubernetes CLI.
The text was updated successfully, but these errors were encountered:
The metaflow batch CLI supports
list
andkill
for identifying running jobs on a flow and killing them if needed. This is useful if you get disconnected from the terminal that started the job and need to stop it. The kubernetes CLI doesn't have any similar functionality. Our current workaround is to kill the pods manually (and then watch for and kill the retries) which is tedious and error-prone. A much better solution would be to add support forlist
andkill
to the kubernetes CLI.The text was updated successfully, but these errors were encountered: