scrapy / queuelib

Collection of persistent (disk-based) and non-persistent (memory-based) queues for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FifoDiskQueue appears empty after process exit without closing file

obeleh opened this issue · comments

I was looking at using FifoDiskQueue to write incoming messages to disk before processing them. In case of a crash I then could re-open the queue and continue processing. But it seems that the queue thinks its' empty.

Am I correct to conclude that this scenario is not a usecase for FifoDiskQueue?