scrapinghub/arche

Use `pool` to download items with `filter`

オープン

#13 opened on 2018/12/25

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (17 件のフォーク)auto 404
Type: BugType: Performancegood first issue

Repository metrics

Stars
 (47 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド