Path restrictions
Closed this issue · 1 comments
jug-dev commented
We (or the ai horde worker) should probably check for spaces in the installation pathname and path name lengths that are too large.
Historically ray has failed if installed deeper than about 56 characters due to file based sockets path length limitation once all the other pathnames are added.
I suggest a simple check of:
- CWD of the worker has no space
- Pathname length of the CWD of the worker is <56
jug-dev commented
No longer an issue as production builds don't do runtime patching and develop builds warn about this.