2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Iterate through plugins in a separate background task

This commit is contained in:
Oliver
2022-01-09 22:58:59 +11:00
parent 3731d688c9
commit d765be8c73
4 changed files with 55 additions and 15 deletions

View File

@ -191,7 +191,7 @@ class EventMixin:
def process_event(self, event, *args, **kwargs):
# Default implementation does not do anything
raise NotImplementedError
class MixinMeta:
MIXIN_NAME = 'Events'