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 read and read_only callables would be taken care of by the TransactionalHook in pecan. But these callables need to be a bit smart to use configuration to determine what is the read or read_only database and ignore according to a promotion of a failed database (for example if the master fails and a read_only is promoted, use the read_only db as the new master).
The text was updated successfully, but these errors were encountered:
The read and read_only callables would be taken care of by the
TransactionalHook
in pecan. But these callables need to be a bit smart to use configuration to determine what is the read or read_only database and ignore according to a promotion of a failed database (for example if the master fails and a read_only is promoted, use the read_only db as the new master).The text was updated successfully, but these errors were encountered: