scrapinghub/arche

Use `pool` to download items with `filter`

Offen

#13 geöffnet am 25.12.2018

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (17 Forks)auto 404
Type: BugType: Performancegood first issue

Repository-Metriken

Stars
 (47 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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