I have configured a DeleteAzureBlobStorage by using Azure Storage Credentials Controller service in storage credentials
In the retry relationship, retry attempt is set to 1 and retry max backoff period is 10 mins.
Penalty duration in settings is 30 sec
Here is the snippet of the process flow:-
If the azure storage credential controller service is misconfigured with incorrect key name then the retrial mechanism does not work as per above configuration.
Expected working is DeleteAzureBlobStorage processor is retired for only 1 time after 30 sec (penalty duration) and if it still fails it should be routed to the failure flow.
Instead it keeps retrying in a loop again and again in 30 secs interval.
Even when no retrial policy is set on failure relationship same behaviour is observed.