Skip to content

Tasks are not guaranteed to be removed when a log manager is torn down #388

Description

@bliptec

Also related to #382, there is a potential for upload tasks to not be canceled when a log manager is torn down. In the worst case, this could manifest as a task executing after the log manager has already been torn down. One option is to make task cancellation a potentially-blocking operation, which could impact the API surface's performance. Alternatively, there needs to be a way to associate tasks with a log manager, so that all the tasks can be properly cleared from the worker thread when the log manager is destroyed.

This may overlap with #271

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdesignArchitecture and design

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions