---
title: "retry(destination:)"
framework: photos
role: symbol
role_heading: Instance Method
path: "photos/phassetresourceuploadjobchangerequest/retry(destination:)"
---

# retry(destination:)

Retries a job that is failed, unacknowledged, and has not been retried before. Successful retries also free up space for jobLimit.

## Declaration

```swift
func retry(destination: URLRequest?)
```

## Mentioned in

Uploading asset resources in the background

## See Also

### Processing jobs

- [acknowledge()](photos/phassetresourceuploadjobchangerequest/acknowledge().md)
- [cancel()](photos/phassetresourceuploadjobchangerequest/cancel().md)
