bus_alt_connection
This module enables Odoo to use PgBouncer for connection pooling while maintaining the bus's longpolling functionality by establishing a direct database connection for LISTEN/NOTIFY operations.
Key Features
- bus: Overrides the bus dispatcher to use an alternative database connection for listening to PostgreSQL notifications.
- configuration: Allows configuration of alternative database host and port through environment variables or Odoo configuration file.