Skip to content

Commit 96654d2

Browse files
committed
exclude opencode monitor
1 parent 935188f commit 96654d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ajet/utils/cleaner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def kill_ray_processes():
2020

2121
def fast_kill_by_keyword_bash(
2222
keyword: str,
23-
exclude_substrings=["vscode", "benchmark", "jupyter", "supervisord", "download_model"],
23+
exclude_substrings=["vscode", "benchmark", "jupyter", "supervisord", "download_model", "opencode", "opencodex"],
2424
grace_seconds: float = 1.0,
2525
):
2626
"""Use bash pipelines to kill processes matching keyword quickly.

0 commit comments

Comments
 (0)