Skip to content

Spider middlewares are not async compatible  #72

Open
@VMRuiz

Description

@VMRuiz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions