Issues with network volume access
It seems like there is a latency in accessing files from serverless workers.
Error on the worker:
2024-10-22T18:36:15.970116008Z CompletedProcess(args=['python3', '/runpod-volume/script3.py', 'xx', 'xx-xx'], returncode=1, stdout='File /runpod-volume/xx/xx/file.txt not found after 15 seconds. Exiting.\n', stderr='')
root@9bd985fc78bf:/workspace/xx/xx# ls -ltr
total 45
-rwxrwxrwx 1 root root 46062 Oct 22 18:35 file.txt
Not sure why the pod was unable to find it. Started happening last night pacific time.
DC: EU-RO-1
Error on the worker:
2024-10-22T18:36:15.970116008Z CompletedProcess(args=['python3', '/runpod-volume/script3.py', 'xx', 'xx-xx'], returncode=1, stdout='File /runpod-volume/xx/xx/file.txt not found after 15 seconds. Exiting.\n', stderr='')
root@9bd985fc78bf:/workspace/xx/xx# ls -ltr
total 45
-rwxrwxrwx 1 root root 46062 Oct 22 18:35 file.txt
Not sure why the pod was unable to find it. Started happening last night pacific time.
DC: EU-RO-1
