How to limit ratio of Integration Bus retry attempts
Question
Apr 17, 2020
Hello, If an Integration Task fails, I log an exception and return `IntegrationProcessResultEnum.ErrorAndSkip` or `IntegrationProcessResultEnum.Error`. In both cases, the Integration Bus keeps retrying the execution of the task immediately for about 1-2 minutes. This will cau...