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

Parent, Child Chains in parallel #2215

Open
pantonis opened this issue Dec 11, 2023 · 0 comments
Open

Parent, Child Chains in parallel #2215

pantonis opened this issue Dec 11, 2023 · 0 comments

Comments

@pantonis
Copy link

pantonis commented Dec 11, 2023

I have a parent job that runs every 1 minute and it takes about 10 seconds to complete. As soon as it completes I have 10 child jobs each taking about 10 seconds to complete to run in parallel so that they are completed before the next parent job is triggered.
Using JobChainListener.AddJobChainLink I can see that they run sequentially which means that my child jobs wont finish on time.

It would be very good to have a method AddChildJobsParallelChainLink overload where we pass multiple child jobs so that they run in parallel.

Thank you

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