Skip to content

Conversation

@doctorpangloss
Copy link

No description provided.

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