Re-expose `model.connection.load_balancer` to have LB of the connection
What does this MR do and why?
Re-expose model.connection.load_balancer
to have LB of the connection
The is required by pg_wal_lsn_diff
to execute against closest
connection to compare WAL pointers.
Without that it causes duplicate_job
to fail on unable to call
model.connection.load_balancer.wal_diff
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Kamil Trzciński (Back 2025-01-01)