- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Cannot launch workers in R script
Created on ‎09-23-2018 11:54 PM - edited ‎09-16-2022 06:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎09-24-2018 12:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ibi,
Are you hitting this on the 1.4.0 version? We are tracking a bug related to this (DSE-4293) and documented a workaround:
Regards,
Peter
Created ‎09-24-2018 12:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ibi,
Are you hitting this on the 1.4.0 version? We are tracking a bug related to this (DSE-4293) and documented a workaround:
Regards,
Peter
Created ‎09-24-2018 05:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Correct, I'm using CDSW 1.4. The workaround has resolved the issue.
Thank you
