scrapy icon indicating copy to clipboard operation
scrapy copied to clipboard

Add support for `async def store()` in custom feed storages

Open wRAR opened this issue 7 months ago • 1 comments

This will need refactoring of FeedExport first though (done in #7161).

Related to #6705

wRAR avatar May 07 '25 13:05 wRAR

This will also allow/make it easier to use asyncio.in_thread() on asyncio instead of wrapping Twisted's deferToThread().

wRAR avatar Nov 28 '25 16:11 wRAR