-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support retrying interface exceptions during query execution (#960)
* support retrying interface exceptions during query execution * Fix conn acquisition failure bug and make unit tests conform to new spec. * Add changelog. * Add another exception to the list. Others are not called according to redshift's official docs See more here: https://github.com/aws/amazon-redshift-python-driver/blob/master/redshift_connector/error.py * Update branch reference. * Fix branch ref. * Fix typo from prior solution. * Restore exponential backoff for retries which IS on main * remove backoff and align with 1 second retry window described in docs. * Update hatch.toml * Update pyproject.toml * Update pyproject.toml * Update Under the Hood-20241204-185729.yaml * remove tools.hatch.metadata ref * update adapters lower bound * jumpstart CI --------- Co-authored-by: VersusFacit <[email protected]>
- Loading branch information
1 parent
0376909
commit b3030ff
Showing
4 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Add retry logic for retryable exceptions | ||
time: 2024-12-04T18:57:29.925299-08:00 | ||
custom: | ||
Author: versusfacit colin-rogers-dbt | ||
Issue: "960" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters