Skip to content

Commit

Permalink
Retry requests that return HTTP 500
Browse files Browse the repository at this point in the history
  • Loading branch information
keiththompson committed Jan 8, 2025
1 parent ac054a6 commit 5482b14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __new__(self, stream: str) -> Mapping[str, Any]:
error_message=f"Stream `{stream}`. Not available or missing.",
),
500: ErrorResolution(
response_action=ResponseAction.IGNORE,
response_action=ResponseAction.RETRY,
failure_type=FailureType.config_error,
error_message=f"Stream `{stream}`. Entity might not be available or missing.",
),
Expand Down

0 comments on commit 5482b14

Please sign in to comment.