mirror of https://github.com/scrapy/scrapy.git
parent
1aa25cdff2
commit
d572f8945e
|
|
@ -39,8 +39,8 @@ a signal), and resume it later by issuing the same command::
|
|||
|
||||
scrapy crawl somespider -s JOBDIR=crawls/somespider-1
|
||||
|
||||
Keeping persitent state between batches
|
||||
=======================================
|
||||
Keeping persistent state between batches
|
||||
========================================
|
||||
|
||||
Sometimes you'll want to keep some persistent spider state between pause/resume
|
||||
batches. You can use the ``spider.state`` attribute for that, which should be a
|
||||
|
|
|
|||
Loading…
Reference in New Issue