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

[FR] Syncing orders as separate, or batched queue tasks rather than 1 huge task. #30

Open
peteeveleigh opened this issue May 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@peteeveleigh
Copy link

It feels like syncing orders a single queue task might be a bit of an issue for those sites with a lot of legacy orders. Despite the sync process being a queue it's still going to lock things up while it processes all the orders.

Would it be possible to create a separate queue task for each order - or even batch them into chunks to avoid a situation where tens of thousands of orders need to sync before the next task can run?

@peteeveleigh peteeveleigh changed the title Syncing orders as a single queue task [FR] Syncing orders as separate, or batched queue tasks rather than 1 huge task. May 27, 2020
@Tam Tam added the enhancement New feature or request label Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants