Implement manual priority management for event hooks #176

Closed
opened 2022-07-05 01:39:05 +02:00 by blacklight · 0 comments
Owner

Created by: BlackLight

In case of multiple event matches, only the hook (or the hooks) with the highest match score will be executed.

Allow also some hooks to always be executed, even if there are hooks with a higher score, if they have the highest priority. It's good, for example, to react on a specific event with a custom action, but still trigger some generic hooks for that event (for example logging).

*Created by: BlackLight* In case of multiple event matches, only the hook (or the hooks) with the highest match score will be executed. Allow also some hooks to always be executed, even if there are hooks with a higher score, if they have the highest priority. It's good, for example, to react on a specific event with a custom action, but still trigger some generic hooks for that event (for example logging).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#176
No description provided.