Skip to content

Commit

Permalink
set as transient error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Nov 23, 2024
1 parent 811fa42 commit 68b4c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def interpret_response(self, response_or_exception: Optional[Union[requests.Resp
if isinstance(response_or_exception, InvalidURL):
return ErrorResolution(
response_action=ResponseAction.RETRY,
failure_type=FailureType.system_error,
failure_type=FailureType.transient_error,
error_message="source-klaviyo has faced a temporary DNS resolution issue. Retrying...",
)
return super().interpret_response(response_or_exception)

0 comments on commit 68b4c05

Please sign in to comment.