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

Parallelism #1

Open
jb55 opened this issue Jul 8, 2024 · 0 comments
Open

Parallelism #1

jb55 opened this issue Jul 8, 2024 · 0 comments

Comments

@jb55
Copy link
Contributor

jb55 commented Jul 8, 2024

Someone mentioned that it would be nice if the pipeline ran in parallel. Maybe this could be a configurable option?

parallel = true
pipeline = ["ratelimit", "push_notifications"]

In this mode, each filter could be ran in parallel. For most filters this would likely just make things slower, but if there are lots of filters that individually take some time it might make sense?

On the first reject result it could return that, while cancelling the other threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant