Skip to content

Handle worker abort better #249

Description

@mtmorgan

When a worker aborts (e.g., out of memory?) the result is an error in BiocParallel code, rather than an error understandable by the user.

> bplapply(1:2, \(...) q())
Error in reducer$value.cache[[as.character(idx)]] <- values :
  wrong args for environment subassignment
In addition: Warning message:
In parallel::mccollect(wait = FALSE, timeout = 1) :
  1 parallel job did not deliver a result

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions