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

Add support for maximum "storeItemData" job parallel processing for Dropbox #73

Open
markmhendrickson opened this issue Aug 14, 2017 · 0 comments

Comments

@markmhendrickson
Copy link
Member

This entails increasing the number of storeItemData kue jobs that are processed in parallel for Dropbox to test if it can handle parallel storage requests and if so, how many at a time.

If there seems to be a strict number of supported parallel requests, a setting may need to be added to the storage model to indicate it per storage destination (e.g. parallelStorageRequestLimit). If there doesn't seem to be a strict limit, a different strategy may need to be adopted to pursue parallel storage in a more adaptive manner, with that goal being to complete storage jobs as quickly as possible with Dropbox and then other storages once their support is added.

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