Skip to content

Commit cbb992c

Browse files
authored
🐛 Fixed ray startup failure.
2 parents 05ced3b + 101a6d9 commit cbb992c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/data_process/ray_config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,7 @@ def init_ray_for_service(
215215
include_dashboard=include_dashboard,
216216
dashboard_port=dashboard_port
217217
)
218+
219+
220+
# Create a global RayConfig instance accessible throughout the module
221+
ray_config = RayConfig()

0 commit comments

Comments
 (0)