Exception handling: number of retries for async executions
When setting a service task to asynchronous it looks like in case of an Exception the internal job handler will retry 3 times (?) before giving up.How do I configure the number of retries for async services? What if I do not want to retry at all?What...