project-codeflare / rayvens

Rayvens makes it possible for data scientists to access hundreds of data services within Ray with little effort.
Apache License 2.0
43 stars 7 forks source link

Check port is available #26

Closed doru1004 closed 2 years ago

doru1004 commented 2 years ago

Check port is available by default.

Introduce port check flag to disable the check on demand:

rayvens.init(..., check_port=False)