forked from dbt-labs/dbt-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgres: add exponential backoff to connection retries (dbt-labs#5503)
add exponential backoff to postgres connection retries
- Loading branch information
Nathaniel May
authored and
Axel Goblet
committed
Sep 16, 2022
1 parent
c14e736
commit 9064f60
Showing
2 changed files
with
11 additions
and
0 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,7 @@ | ||
kind: Features | ||
body: add exponential backoff to connection retries on Postgres (and Redshift) | ||
time: 2022-07-20T17:12:57.486949-04:00 | ||
custom: | ||
Author: nathaniel-may | ||
Issue: "5502" | ||
PR: "5503" |
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