LegumeFederation / lorax

a web server that "speaks for the (phylogenetic) trees"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multithreaded service

joelb123 opened this issue · comments

Long-running calculations shouldn't hang the service. Implement threaded service.

Multi-threaded service is fully implemented in release 0.7 via RQ. Two threads will need to be started via rqworker, "alignment", and "tree-building".