-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not await full setup to configure dropping replication slot (#…
…2137) Encountered an error in cloud work where the call to configure dropping the replication slot would time out because the connection manager would not become `active` - since this call only sets a configuration parameter, I think that the connection manager should handle the slot drop internally. I've unblocked the configuration call, and made it so that it just logs a warning if a connection pool is not available to drop the slot.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 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,5 @@ | ||
--- | ||
"@core/sync-service": patch | ||
--- | ||
|
||
Do not await full setup for configuring replication slot drop. |
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