You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Community channels
Matrix is preferred. Reach out on discord or Matrix for further assistance.
The text was updated successfully, but these errors were encountered: