Closed
Description
Update the retry logic on the following processors based on the details below:
- https://github.com/topcoder-platform/legacy-challenge-resource-processor
- https://github.com/topcoder-platform/legacy-challenge-processor
Requirements
- Add a retry count
- Retry delay is attempt # * delay amount (ie try 3 * 10 seconds = 30 seconds)
- Max attempts logs an error and that’s it
cc @rootelement