roycehaynes / scrapy-rabbitmq

A RabbitMQ Scheduler for Scrapy
MIT License
85 stars 46 forks source link

Bugfixes #10

Closed svmk closed 2 years ago

svmk commented 5 years ago

Please apply this merge request. And publish new version.

Bugfixes:

  1. There is was problem with loading connection module
  2. TODO was removed
  3. pika.LibevConnection seems to be deperecated
  4. Scrapy queue did not declared queue

Implemented:

  1. RABBITMQ_DSN setting.
roycehaynes commented 5 years ago

@svmk I looked over your changes briefly, but will take a closer look and plan on merging this weekend. Thanks!