db-sync
db-sync copied to clipboard
Use listen/notify for database
Currently we poll the database in regular interval. It would be good to optionally make use of the LISTEN/NOTIFY commands of PostgreSQL to avoid regular database checks to make things more efficient.