Skip to content

Unclear how to suppress "Possible unhandled error from worker" #5240

@mitar

Description

@mitar

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04
  • Ray installed from (source or binary): binary
  • Ray version: 0.7.2
  • Python version: 3.6.8

Describe the problem

When my task fails, I leave the exception to propagate out of the task itself. Then, I catch it when I do ray.get and handle the exception. But I still get a bit later a message Possible unhandled error from worker. How exactly one should handle the error to not get this message? I assumed that this message would be shown only if I have not done ray.get in a reasonable time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequest for new feature and/or capabilitystaleThe issue is stale. It will be closed within 7 days unless there are further conversation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions