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(scanner): use multiple consumers #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adityaa30
Copy link

  • due to high network latency when connecting to hosted redis the
    scanner takes a long time as it runs on 1 core
  • using multiple goroutines (count same as number of cpu's) helps
    improving the ETA

- due to high network latency when connecting to hosted redis the
  scanner takes a long time as it runs on 1 core
- using multiple goroutines (count same as number of cpu's) helps
  improving the ETA
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

1 participant