scrapinghub/arche

Use `pool` to download items with `filter`

Aperta

#13 aperta il 25 dic 2018

 (1 commento) (0 reazioni) (0 assegnatari)Python (17 fork)auto 404
Type: BugType: Performancegood first issue

Metriche repository

Star
 (47 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor