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

enhancement: Speed up shopify scraping by pushing chunks into the queue as you go. #2565

Closed
1 task
cdxker opened this issue Oct 11, 2024 · 0 comments · Fixed by #2717
Closed
1 task

enhancement: Speed up shopify scraping by pushing chunks into the queue as you go. #2565

cdxker opened this issue Oct 11, 2024 · 0 comments · Fixed by #2717
Assignees
Labels

Comments

@cdxker
Copy link
Member

cdxker commented Oct 11, 2024

Description

When scraping a shopify store, we shouldn't need to wait for all the items to be pulled and listed. We should auto push chunks into the queue in batches of 120.

Try out the store rugsusa .com store to test out this behavior. It takes a very long time to grab the initial chunks. This will require a bit of a refactor from how we do it currently. (Might be fun to try out a bounded channel).

Target(s)

crawl-worker

Requirement to close

  • push chunks in batches of 120 as soon as they become available.

Community channels

Matrix is preferred. Reach out on discord or Matrix for further assistance.

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

Successfully merging a pull request may close this issue.

3 participants