Closed nmassey001 closed 5 days ago
Should refactor the retry lists into classes that can be instantiated within the consumers.
Fixed and verified in v1.0.2 In effect there is now no retry mechanism. WE could add it back in future, but I don't think it's actually necessary.
At the moment the retry system will retry 6 times for an error that will never be resolved - for example, if the wrong credentials for the object storage are provided. 6 retries will be attempted over the course of 5 days. This will be very frustrating for the user.
The retry system should recognise errors that will not be resolved and fail straight away.