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

simultaneous processing support with provided specific chunk size #4

Open
metasmile opened this issue Apr 4, 2016 · 1 comment
Open

Comments

@metasmile
Copy link
Owner

request 1~5 + chunk size 3
job1 start
job2 start
job3 start
...
job2 finished
job1 finished
job3 finished

start next chunk
job3 start
job4 start
....
job4 finished
job3 finished

all done.

@Pranoy1c
Copy link

Pranoy1c commented Jul 5, 2016

this would be great to have for faster processing!! i will donate if you have a place to!

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

No branches or pull requests

2 participants