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

Move actual search to a job queue #13

Open
rmd6502 opened this issue Jan 2, 2018 · 1 comment
Open

Move actual search to a job queue #13

rmd6502 opened this issue Jan 2, 2018 · 1 comment
Projects

Comments

@rmd6502
Copy link
Collaborator

rmd6502 commented Jan 2, 2018

Using new thread { search } is hard to test or control - move this to a job queue so it can be tested and controlled more cleanly.

@rmd6502
Copy link
Collaborator Author

rmd6502 commented Jan 2, 2018

Also breaks separation of concerns, now that I think of it - job control and results searching should not be handled in the same class.

@sdklos sdklos added this to To Do in ProgBot Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
ProgBot
  
To Do
Development

No branches or pull requests

2 participants