scrapinghub/arche

Use `pool` to download items with `filter`

Aberta

#13 aberto em 25 de dez. de 2018

 (1 comentário) (0 reação) (0 responsável)Python (17 forks)auto 404
Type: BugType: Performancegood first issue

Métricas do repositório

Stars
 (47 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador