Skip to content

Commit

Permalink
Retry for "Acceleration fault" errors (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt authored Dec 15, 2022
1 parent 0fa9f88 commit 961b3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/mediaconvert.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var errCodesAcceleration = []int64{
1041, // Acceleration Settings Error
1042, // Job Doesn't Require Enough Processing Power for Accelerated Transcoding
1043, // Secret Undocumented Error. Returned for this error msg: "Your input files aren't compatible with accelerated transcoding for the following reasons: [You can't use accelerated transcoding with input files that have empty edit lists as in this input: [0].] Disable accelerated transcoding and resubmit your job."
1550, // Acceleration Fault: There is an unexpected error with the accelerated transcoding of this job
}
var ErrJobAcceleration = errors.New("job should not have acceleration")

Expand Down

0 comments on commit 961b3b3

Please sign in to comment.