Clarify that without async-to-sync conversions items yielded before an exception are processed

This commit is contained in:
Adrián Chaves 2022-03-16 20:17:25 +01:00
parent c961438d5d
commit b78e6915c6
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ synchronous ``process_spider_output`` method gets a synchronous iterable as its
``Request`` callback or ``process_spider_output`` method, none of that
output will be processed.
This contrasts with the regular behavior, where all items yielded before
an exception raises are processed.
Asynchronous-to-synchronous conversions are supported for backward
compatibility, but they are deprecated and will stop working in a future
version of Scrapy.