You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library defines several middlewares that are added by default to all jobs running on Scrapycloud. People wanting to use async spider middlewares may face issues as described here
My proposal is to add async compatibility by implementing process_spider_output_async method as per docs to avoid such issues while keeping compatibility with previous versions. Alternatively, they could be converted into fully async middlewares limiting the futures releases of the library to Scrapy >=2.7
The text was updated successfully, but these errors were encountered:
This library defines several middlewares that are added by default to all jobs running on Scrapycloud. People wanting to use async spider middlewares may face issues as described here
My proposal is to add async compatibility by implementing
process_spider_output_async
method as per docs to avoid such issues while keeping compatibility with previous versions. Alternatively, they could be converted into fully async middlewares limiting the futures releases of the library to Scrapy >=2.7The text was updated successfully, but these errors were encountered: