Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

WorkerPool errors being suppressed #884

@JackUrb

Description

@JackUrb

Problem description

There seems to be an error with WorkerPool functions (as well as potentially other locations) wherein some of these methods as called by the ClientIOHandler may fail without putting anything to terminal. For instance, adding assert False to WorkerPool.register_agent causes tasks to stop being assigned without anything showing in the logs or terminal. This makes debugging very difficult, and means we may have been silencing other errors.

Current theory

Best guess is that the issue has to do with LoopWrapper.execute_coro method not pulling the exception details when the routines finish.

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