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

validatorWorker: ability to process more channels than CHANNEL_FIND_LIMIT #104

Closed
Ivshti opened this issue Apr 1, 2019 · 0 comments
Closed
Assignees
Milestone

Comments

@Ivshti
Copy link
Member

Ivshti commented Apr 1, 2019

currently, the validator worker is limited by CHANNEL_FIND_LIMIT in terms of how many channels it can process

possible solutions:

  • implement pagination in the Sentry, request multiple pages of channels
  • allow whoever's deploying it to parallelize by running different validatorWorkers on different subsets of all channels; perhaps via command line args: --channelsUrl=https://tom.adex.network/channel/list?page=2
@Ivshti Ivshti added this to the v0.5 milestone Apr 1, 2019
@Ivshti Ivshti closed this as completed May 17, 2019
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

No branches or pull requests

2 participants