Skip to content

feat(scanner): use multiple consumers#82

Open
narutosasuke30 wants to merge 2 commits into
obukhov:masterfrom
narutosasuke30:multi-threading
Open

feat(scanner): use multiple consumers#82
narutosasuke30 wants to merge 2 commits into
obukhov:masterfrom
narutosasuke30:multi-threading

Conversation

@narutosasuke30

Copy link
Copy Markdown
  • 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.

1 participant