A core feature of ODs is that we will retry jobs. Currently retry is done 5 times or some int amount defined in the request but there is no exponential backoff.
We want to re-try the entire job say 5 times over the course of 3 days. This would be useful in-case there is some network outage or event that occurred. After 3 days we would like for the transfer to fully fail.