Member since
07-26-2018
4
Posts
2
Kudos Received
0
Solutions
09-24-2018
05:54 PM
Correct, I'm using CDSW 1.4. The workaround has resolved the issue. Thank you
... View more
09-23-2018
11:54 PM
I'm trying to spawn workers as part of my R script, however, I keep getting the following error. Any ideas on the root cause of this issue would be greatly appreciated. library("cdsw")
workers <- launch.workers(n=2, cpu=0.2, memory=0.5, env="", code="print('Hello from a CDSW Worker')")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10001 milliseconds
... View more
Labels: