Skip to content

Eliminate "NoneType" exceptions related to the multi pools [JIRA: CLIENTS-923] #489

@lukebakken

Description

@lukebakken

Related to #449

During shutdown, NoneType exceptions can be thrown randomly. This is due to multi pools not cleaning themselves up correctly, as well as the use of .daemon = True with the worker threads.

This should be resolved by ensuring that all threads are cleaned up correctly, and NOT daemonized.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions