Skip to content

Commit

Permalink
bulker: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jan 3, 2024
1 parent 1af5d38 commit 97fef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulkerapp/app/postgres_configuration_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (r *PostgresConfigurationSource) refresh(notify bool) {
metrics.ConfigurationSourceError("parse_error").Inc()
r.Errorf("failed to parse config for destination %s: %s: %v", connectionId, connectionConfig, err)
}
if c.UsesBulker {
if c.UsesBulker || tp == "sync" {
connections[connectionId] = &c
}
}
Expand Down

0 comments on commit 97fef13

Please sign in to comment.