wurmlab / sequenceserver

Intuitive graphical web interface for running BLAST bioinformatics tool (i.e. have your own custom NCBI BLAST site!)
https://sequenceserver.com
GNU Affero General Public License v3.0
271 stars 113 forks source link

Fix thread shutdown logic #681

Closed tadast closed 1 year ago

tadast commented 1 year ago

Shutdown was calling a non-existant 'schedule' method. Seems like the original thread pool's schedule method was renamed to 'queue' here, but this reference was not updated.

ghost commented 1 year ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/wurmlab/sequenceserver/681/41a61b35/ce6987e2cdf6e6fe497413c932236b2d75502bff.svg)](https://app.codesee.io/r/reviews?pr=681&src=https%3A%2F%2Fgithub.com%2Fwurmlab%2Fsequenceserver) #### Legend CodeSee Map legend
yannickwurm commented 1 year ago

Great catch - thank you