ckan / ckanext-archiver

Archive CKAN resources
MIT License
21 stars 46 forks source link

Cannot route message for exchange 'bulk': Table empty or key no longer exists. #54

Open yeuk0 opened 6 years ago

yeuk0 commented 6 years ago

Hi everyone,

I installed this extension in my CKAN instance and I can't make it work through my entire catalog. The 'queuing' proccess (paster --plugin=ckanext-archiver archiver update --queue=bulk-c <path to CKAN config>) stops with the next message at some point of the execution (usually when it has proccessed less than 500 datasets -347 last time-):

kombu.exceptions.InconsistencyError:` 
Cannot route message for exchange 'bulk': Table empty or key no longer exists.
Probably the key ('_kombu.binding.bulk') has been removed from the Redis database.

I can't find anything related on Internet and I'm a little bit lost here. I'm running:

Thank you in advance.