We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Que uses Listen/Notify.
Some pros/cons here: https://news.ycombinator.com/item?id=9576864
How I did it 5 years ago on another project (ActiveRecord's API may have changed): https://github.com/bensheldon/rails_postgres_websockets_chat/blob/master/app/lib/async_events.rb
The text was updated successfully, but these errors were encountered:
Captured the effect of changing to LISTEN/NOTIFY. Dropped from the 1-second polling interval down to tenths of a second (logarithmic scale).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Que uses Listen/Notify.
Some pros/cons here: https://news.ycombinator.com/item?id=9576864
How I did it 5 years ago on another project (ActiveRecord's API may have changed): https://github.com/bensheldon/rails_postgres_websockets_chat/blob/master/app/lib/async_events.rb
The text was updated successfully, but these errors were encountered: