You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous is_restart_pending() waited for long due to the Patroni's
loop_wait default value (10 seconds), which tells how much time
Patroni will wait before checking the configuration file again to reload it.
Instead of checking PostgreSQL pending_restart from pg_settings,
let's check Patroni API pending_restart=True flag.
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
0 commit comments