scrapinghub / shub-workflow

BSD 3-Clause "New" or "Revised" License
13 stars 14 forks source link

Having msgpack installed will fail large deliveries #5

Closed hermit-crab closed 4 years ago

hermit-crab commented 4 years ago

Due to https://github.com/scrapinghub/python-scrapinghub/issues/121. Simply put s3 upload happens during job items iteration and each time it does a delay is introduced which can kill the iterator.

Might be better to wait till next python-scrapinghub release which may address the issue before fixing it here.

kalessin commented 4 years ago

PR merged