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

Use concurrency while poaching meetup.com content #26

Open
bitspook opened this issue Nov 2, 2021 · 0 comments
Open

Use concurrency while poaching meetup.com content #26

bitspook opened this issue Nov 2, 2021 · 0 comments
Labels
debt Technical Debt

Comments

@bitspook
Copy link
Owner

bitspook commented Nov 2, 2021

Current implementation, although async, don't do anything concurrently. All the
configured poachers are ran in series. These can be run concurrently:

  • spawn a future
  • wait until they are all completed
  • Emit PoacherMessage::End
@bitspook bitspook added the debt Technical Debt label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Technical Debt
Projects
None yet
Development

No branches or pull requests

1 participant