Hi,
On 2/16/21 12:35 PM, Mika Silander wrote:
The aim with this "stop a bot after X consecutive failures within a time frame of Y minutes" was the need to stop a bot completely
The error-handling is not aware of the time. With error_procedure = stop and error_max_retries = X-1 you can cover the first part. But the bot will only stop, if the error occurs X times in a row.
Hope that helps Sebastian