scrapinghub / scrapyrt

HTTP API for Scrapy spiders
BSD 3-Clause "New" or "Revised" License
832 stars 162 forks source link

[scrapyrt] allow to install asyncio reactor #135

Closed pawelmhm closed 2 years ago

pawelmhm commented 2 years ago

Reactor will be loaded from settings if defined, else it will use default platform specific reactor chosen by Twisted.

TODO

pawelmhm commented 2 years ago

fixes https://github.com/scrapinghub/scrapyrt/issues/132