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] Threaded jobs #9

Open
dtaivpp opened this issue Aug 6, 2022 · 0 comments
Open

[FEATURE] Threaded jobs #9

dtaivpp opened this issue Aug 6, 2022 · 0 comments

Comments

@dtaivpp
Copy link
Owner

dtaivpp commented Aug 6, 2022

At the moment every job will execute in series which could cause issues as one job failing would take down the pipeline and most jobs (of different types) could be run in parallel.

community-pulse should have a way to ensure that jobs of a similar type (eg. twitter) are executed in series so that they do not exhaust their API limits but jobs of dissimilar types are executed in parallel such that they do not block each other.

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