Yes, I have seen the tests for AutomaticRetryAttribute
but I am not following you how I can use put my test in a loop waiting for the state I am expecting to be. Basically, I want to ensure the RetryCount
parameter of the job is at least higher then 3-4.
How would Polly
work with this? Maybe I need to schedule a job and store the returned job id then within Polly
query the job data? JobData
should then have the Job
instance and I think I can dig up the job parameters from there.