Runs `loop_func`, retrying on expected errors. Args: job_name: string job name. loop_func: callable to run and retry on expected errors. loop_args: list or tuple of arguments to be passed to the loop_func. cleanup_func: callable to run before retry.
(self, job_name, loop_func, loop_args=(), cleanup_func=None)
source not stored for this graph (policy: none)
no test coverage detected