Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 416 Bytes

TODO.rst

File metadata and controls

11 lines (10 loc) · 416 Bytes

TODO

  • Add SCRAPY_JOB global support (jobs sharing same SCRAPY_JOB share same queues).
  • Use a spider middleware instead of spider mixin. This will avoid the spider idle signal hack.
  • Allow to use pubsub whenever appropriate.
  • Move example project to its own repository. Include different crawling use cases (i.e.: producer/consumer).
  • Add pyrebloom dupefilter.
  • Warn and pass unserializable requests.