Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable conditional failover for read/read_only database connections #8

Open
alfredodeza opened this issue Jun 29, 2016 · 0 comments
Open
Assignees

Comments

@alfredodeza
Copy link
Contributor

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).

@alfredodeza alfredodeza self-assigned this Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant