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

feat: allow setting different configuration just for realtime fetcher #1567

Merged
merged 4 commits into from
Mar 18, 2019

Conversation

zachdaniel
Copy link
Contributor

Resolves #1566

This allows a simple configuration to be set alongside other indexer configurations, which will just be merged with the entire configuration only for the realtime fetcher. This allows setting a dedicated node for the realtime fetcher.

There are a lot of downstream components called by the realtime fetcher, so we will definitely want to test this out in stg to make sure there are no unintended side effects.

@ghost ghost assigned zachdaniel Mar 14, 2019
@ghost ghost added the in progress label Mar 14, 2019
@zachdaniel zachdaniel force-pushed the realtime-separate-node-configuration branch from daa312e to af88c51 Compare March 14, 2019 17:42
Copy link
Contributor

@goodsoft goodsoft left a comment

Choose a reason for hiding this comment

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

LGTM

@zachdaniel zachdaniel force-pushed the realtime-separate-node-configuration branch from af88c51 to 75b558b Compare March 14, 2019 17:45
@coveralls
Copy link

coveralls commented Mar 14, 2019

Pull Request Test Coverage Report for Build 7cf53e03-b0fd-4041-bccf-0995534c0728

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 7 unchanged lines in 5 files lost coverage.
  • Overall coverage increased (+1.3%) to 83.766%

Changes Missing Coverage Covered Lines Changed/Added Lines %
apps/indexer/lib/indexer/block/supervisor.ex 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
apps/indexer/lib/indexer/block/supervisor.ex 1 0.0%
apps/indexer/lib/indexer/block/catchup/fetcher.ex 1 65.85%
apps/indexer/lib/indexer/token/fetcher.ex 1 78.57%
apps/indexer/lib/indexer/token_balance/fetcher.ex 2 87.1%
apps/indexer/lib/indexer/block/fetcher.ex 2 91.67%
Totals Coverage Status
Change from base Build 4726e22e-6ec8-4136-8e5c-77cca2d6c0ef: 1.3%
Covered Lines: 4288
Relevant Lines: 5119

💛 - Coveralls

@ghost ghost assigned vbaranov Mar 15, 2019
@vbaranov vbaranov merged commit 1dc8024 into master Mar 18, 2019
@ghost ghost removed the in progress label Mar 18, 2019
@vbaranov vbaranov deleted the realtime-separate-node-configuration branch March 18, 2019 14:25
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.

None yet

5 participants