Hi,
On 10/10/2018 15.36, Sebastian Wagner wrote:
If the error_procedure is pass and there are pipeline problems, the bot stops (in bot.py search for "error_procedure: pass and pipeline problem").
Which behavior would you (all readers) expect in this case, after the maximum configured retries are reached?
Some possibilities: * Retrying forever. (Comment: The procedure is pass, not retry) * Dumping the message. (Comment: The error is most probably not specific to the message) * Stopping. (Current behavior)
Sebastian