You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all types of 'cluster' support this, or it will be complicated to achieve. For instance, for cluster nodes running on remote machines, we would have to SSH into each of the remote machines and query the process via a remote ps --pid=PID system call.
When not supported for some types of node types, isAlive() could return NA, e.g.
> isAlive(cl)
[1] TRUENANAFALSE
The text was updated successfully, but these errors were encountered:
Add S3 methods `isAlive() for 'cluster' to check whether or not the R process of a node is still running, e.g.
Not all types of 'cluster' support this, or it will be complicated to achieve. For instance, for cluster nodes running on remote machines, we would have to SSH into each of the remote machines and query the process via a remote
ps --pid=PID
system call.When not supported for some types of node types,
isAlive()
could return NA, e.g.The text was updated successfully, but these errors were encountered: