django-balancer
django-balancer copied to clipboard
A set of tools for using Django's multi-db feature.
I can't reproduce this in development, but in production I get this error when using PinningSessionMiddleware: 'WSGIRequest' object has no attribute 'session' For some reason, the request object passed to...
I've found a small issue in the balancer. I've got the following configuration: - Two DB servers (postgres replicated with streaming) -- let's call them master and slave - Three...
Could you please upload the newest changes to pypi?
I've got some problems with the balancer. In general, it is working as I need (I have site with +15 000 users, a few PostgreSQL replicated DBs, I prefer to...
When a database in the pool is down, temporarily remove it from the pool but periodically re-check the connection. If it comes back up, add the database back to the...