-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Is there a way to specify a timeout for a remoter::batch request, e.g., in case the remote server is non-existent or is not running a remoter server? For example, the following code blocks forever:
remoter::batch(addr = 'non_existent_host', script = 'ls()')
I tried with R.utils::withTimeout, but is does not work, because I guess that the block happens in C code where user interrupts are not allowed.
Metadata
Metadata
Assignees
Labels
No labels