Skip to content

Commit

Permalink
chore(data-warehouse): Added SSL error as a non retryable error (#27395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 authored Jan 9, 2025
1 parent 2008d94 commit 1c83114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/temporal/data_imports/external_data_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"password authentication failed for user",
"No primary key defined for table",
"failed: timeout expired",
"SSL connection has been closed unexpectedly",
],
ExternalDataSource.Type.ZENDESK: ["404 Client Error: Not Found for url", "403 Client Error: Forbidden for url"],
ExternalDataSource.Type.MYSQL: ["Can't connect to MySQL server on", "No primary key defined for table"],
Expand Down

0 comments on commit 1c83114

Please sign in to comment.