Skip to content

Commit 90c7c5e

Browse files
authored
Remove use of python from process signatures (#18021)
1 parent 21b4dab commit 90c7c5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ray/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"metadata_path": "assets/service_checks.json"
4040
},
4141
"process_signatures": [
42-
"python -m ray.util.client.server",
42+
"ray.util.client.server",
4343
"gcs_server",
4444
"raylet"
4545
],

supervisord/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"metadata_path": "assets/service_checks.json"
4444
},
4545
"process_signatures": [
46-
"python supervisord",
4746
"supervisord"
4847
],
4948
"source_type_id": 116,

0 commit comments

Comments
 (0)