Daemon: error tolerance
Currently, when a harvest in daemon mode experiences an exception, the whole harvester crashes and in kubernetes gets restarted. This leads to a loss of state and logs.
The daemon should be error tolerant, catch exceptions and log them, but continue listening on the queues.