scrapinghub/arche

Use `pool` to download items with `filter`

Open

#13 opened on Dec 25, 2018

 (1 comment) (0 reactions) (0 assignees)Python (17 forks)auto 404
Type: BugType: Performancegood first issue

Repository metrics

Stars
 (47 stars)
PR merge metrics
 (PR metrics pending)

Description

The current logic of dividing on batches by start_index and count doesn't account for filter. When using filter, returned items _key don't correspond with actual index so the data repeats.

Contributor guide