-
- Downloads
Add database routing configuration for production
Non-priority production containers will use the master for writes and a read-replica database for reads. This commit adds functionality for getting the replica's information from environment variables and sets up a database routing scheme.
gracedb/core/db/__init__.py
0 → 100644
gracedb/core/db/routers.py
0 → 100644
Please register or sign in to comment