hackclub / sinerider

💖 A game about love and graphing, built by teenagers.
https://sinerider.com
GNU Affero General Public License v3.0
568 stars 47 forks source link

Multithread work queue processing in Twitter bot #565

Closed grymmy closed 1 year ago

grymmy commented 1 year ago

To be able to fully leverage the effort we have spent in scaling throughput from the sinerider-scoring service, work batches from the twitter bot should be multithreaded. See relevant code.

grymmy commented 1 year ago

Fixed in https://github.com/developedbytoby/sinerider-twitter-bot/pull/18