Skip to content

Allow recovery from fatal worker error #53

Open
@mtmorgan

Description

@mtmorgan
library(BiocParallel)
fun <- function(i) {
    if (i == 2) tools::pskill(Sys.getpid())
    i
}
bplapply(1:3, fun)

causes the entire bplapply() to fail, but could instead return results 1 and 3.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions