Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Middleware Interface for TaskRunner Actions #3

Open
arsalanaa44 opened this issue Aug 19, 2024 · 0 comments
Open

Feature Request: Middleware Interface for TaskRunner Actions #3

arsalanaa44 opened this issue Aug 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@arsalanaa44
Copy link

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.


@soroosh-tanzadeh soroosh-tanzadeh added the enhancement New feature or request label Aug 20, 2024
@soroosh-tanzadeh soroosh-tanzadeh self-assigned this Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants