ProgressiveCoders / progbot

A slackbot for Progressive Coders
MIT License
10 stars 1 forks source link

Move actual search to a job queue #13

Open rmd6502 opened 6 years ago

rmd6502 commented 6 years ago

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 commented 6 years ago

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