enable conditional failover for read/read_only database connections
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 21
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 2
Description
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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.