Hacker News new | ask | show | jobs
by lukaszkorecki 1158 days ago
Postgres has a NOTIFY feature: https://www.postgresql.org/docs/current/sql-notify.html that can be used for this if you don't want to poll.