We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cc64d commit ce1faffCopy full SHA for ce1faff
modules/module-postgres/src/replication/WalStream.ts
@@ -385,7 +385,8 @@ export class WalStream {
385
if (
386
/incorrect prev-link/.test(e.message) ||
387
/replication slot.*does not exist/.test(e.message) ||
388
- /publication.*does not exist/.test(e.message)
+ /publication.*does not exist/.test(e.message) ||
389
+ /can no longer access replication slot/.test(e.message)
390
) {
391
container.reporter.captureException(e, {
392
level: errors.ErrorSeverity.WARNING,
0 commit comments