Skip to content

Commit

Permalink
Added SSL error as a non retryable error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Jan 9, 2025
1 parent bd3ca52 commit 67af211
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 67af211

Please sign in to comment.