You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the scheduler tries to keep track of organizations the consumed type of boefje and normalizers in cached internal data representations. This is used by the scheduler to match an OOI type with potentially available boefjes.
This implementation can result in more overhead when we scale to many organizations.
The cache invalidation of those cached internal data representations could potentially lead to unforeseen data race conditions.
Now there is a wait time for plugins and/or organizations that are enabled/created and not yet present in the internal data representation
Extend the katalogus plugin endpoint to filter on the consumed type of a plugin, organization id, and plugin type.
The text was updated successfully, but these errors were encountered:
From: #201
At the moment the scheduler tries to keep track of organizations the consumed type of boefje and normalizers in cached internal data representations. This is used by the scheduler to match an OOI type with potentially available boefjes.
Extend the katalogus plugin endpoint to filter on the consumed type of a plugin, organization id, and plugin type.
The text was updated successfully, but these errors were encountered: