Hi,
On 11/10/2018 13.30, Sebastian Wagner wrote:
The exceptions attached do contain the following redis error message:
redis.exceptions.BusyLoadingError: Redis is loading the dataset in
memory
Looks like redis is just starting. In this case we could wait (up to a maximum time) as long as this error occurs and then continue. Still requires someone to implement it. I opened https://github.com/certtools/intelmq/issues/1334 for it.
I implemented this and it will be part of the next release.