-
Notifications
You must be signed in to change notification settings - Fork 129
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
Implement a clustermq backend with persistent workers #425
Comments
I just tried |
From #431, just as I thought, |
As I've mentioned in another issue, caching on the master process is going to be slow for I/O heavy jobs. I've seen speed improvements on I/O heavy jobs on a GPFS file system using up to about 200 simultaneous workers. If those jobs were caching using a single process, it wouldn't be much better than doing the compute stage with a single process. This is not to discourage you from pursuing |
Sure, I understand. I am thinking |
One thing for the todo here would be to expose the |
Re #425 (comment): great idea, @kendonB. I did not have enough bandwidth to address this detail back in July, but I just added it in 3288dc5. |
https://github.com/mschubert/clustermq. Looks promising for fast transient workers.
The text was updated successfully, but these errors were encountered: