We use custom GoogleCloudFeedStorage and it takes some time to store the data. While it's doing uploading, next iteration of a for loop inside FeedExporter.close_spider comes and creates new log_args object, although the last one is used in closure.
The text was updated successfully, but these errors were encountered:
Description
When I have multiple feeds and a blocking feed storage, I get duplicated feed logs.
Steps to Reproduce
test.py
file with this spider and settingsscrapy runspider test.py -L INFO
Expected behavior:
Actual behavior:
Versions
Additional context
We use custom GoogleCloudFeedStorage and it takes some time to store the data. While it's doing uploading, next iteration of a for loop inside
FeedExporter.close_spider
comes and creates newlog_args
object, although the last one is used in closure.The text was updated successfully, but these errors were encountered: