-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request: Middleware Interface for TaskRunner Actions
Description:
I propose adding a middleware interface to the TaskRunner, allowing users to attach middleware to actions within the TaskRunner. This could be implemented as a handler or gateway, enabling custom logic to be executed around the actions.
Background:
The need for this feature became apparent while integrating Sentry. I had to manually add Sentry to each task, which was cumbersome. A middleware system would streamline this process by allowing the middleware to be applied universally or selectively to tasks, enhancing flexibility and maintainability.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request