Skip to content

Commit

Permalink
Fix error parsing
Browse files Browse the repository at this point in the history
Looks like AWS have corrected a typo.

Closes DIAGNijmegen/rse-grand-challenge-admin#404
  • Loading branch information
jmsmkn authored Dec 9, 2024
1 parent 98de0ee commit 1503c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def _handle_failed_job(self, *, event):
raise RetryTask("No current capacity for the chosen instance type")

if failure_reason == (
"InternalServerError: We encountered an internal error. "
"InternalServerError: We encountered an internal error. "
"Please try again."
):
if (
Expand Down

0 comments on commit 1503c2f

Please sign in to comment.