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

Remove independent check of horizon #8

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

Conversation

ramontayag
Copy link
Contributor

For this to work without hitches, we need to make it more robust. Better to remove it until fixes are addressed because when the horizon server that the user is checking against is lagging, then there will be some callbacks that will be ignored.

  1. It should be on some kind of worker that will keep polling horizon for a set amount of time, in case the horizon instance is lagging
  2. It should be on a worker so that it does not block the web workers

@ramontayag ramontayag requested a review from ace-subido August 16, 2018 02:12
Copy link
Contributor

@ace-subido ace-subido left a comment

Choose a reason for hiding this comment

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

Oks!

For this to work without hitches, we need to make it more robust.

1) It should be on some kind of worker that will keep polling horizon
for a set amount of time, in case the horizon instance is lagging
2) It should be on a worker so that it does not block the web workers

If the horizon server that the user is checking against is lagging,
then there will be some callbacks that will be ignored.
@ramontayag ramontayag force-pushed the remove_independent_horizon_check branch from aa9512f to 51e33b1 Compare February 15, 2019 04:04
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