pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
689 stars 31 forks source link

[BUG]: Dispatcher not removing managers #70

Closed miguelaeh closed 8 months ago

miguelaeh commented 8 months ago

The dispatcher is never removing the managers from its hashmap, maintaining them even when they are no longer required.

This issue is not perceived by users directly, however, it leads to consume more memory than required.