milkeasd

Results 2 issues of milkeasd

My spider was extremely slow when run with scrapy-redis. Because there is a big delay between slave and master. I want to reduce the commuication to just only getting the...

feature
question
improvement

I run my spider in a scrapyd linux server. As usual, I use the following feeds config. ``` 'FEEDS': { 'items.csv': { 'format': 'csv', 'encoding': 'utf8', } ``` But, it...

type: question
status: insufficient info