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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: