Skip to content

Commit

Permalink
Do not say “storage backend” to refer to a storage service or server
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Aug 4, 2020
1 parent 31795e6 commit 7a804d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/topics/feed-exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@ The feeds are written to the standard output of the Scrapy process.
Delayed file delivery
---------------------

As indicated above, some of the described storage backeds use delayed file
As indicated above, some of the described storage backends use delayed file
delivery.

These storage backeds do not receive items as they are scraped. Instead, Scrapy
writes items into a temporary local file, and only once all the file contents
have been written (i.e. at the end of the crawl) is that file uploaded to the
feed URI.
These storage backends do not upload items to the feed URI as those items are
scraped. Instead, Scrapy writes items into a temporary local file, and only
once all the file contents have been written (i.e. at the end of the crawl) is
that file uploaded to the feed URI.

If you want item delivery to start earlier when using one of these storage
backends, use :setting:`FEED_EXPORT_BATCH_ITEM_COUNT` to split the output items
Expand Down

0 comments on commit 7a804d4

Please sign in to comment.