Skip to content
New issue

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

Add notes explaining limitations and updates. #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doctorpangloss
Copy link

No description provided.

@@ -12,6 +12,8 @@ Then `git push` to heroku as usual.

## NOTES

Meteor apps deployed to Heroku cannot use more than one dyno. Heroku's load balancer does not support sticky sessions.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@doctorpangloss I don't think "cannot use more than one dyno" is correct. The issue you're referring to is that clients who aren't using websockets fall back to http requests (see here), and those may go to a different dyno.

Correct me if I'm wrong, but I believe the only issue with that is that DDP updates may be delayed if they're based on Mongo poll-and-diff. And setting up oplog tailing should take care of most of these situations.

Websockets connections are sticky.

So I think the only issue is that clients that don't support websockets may have delays on only some DDP updates if oplog tailing is not enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants