suttacentral / bilara

Our Computer Aided Translation software
10 stars 8 forks source link

perform certain long running tasks using a ThreadPoolExecutor #103

Closed blake-sc closed 3 years ago

blake-sc commented 3 years ago

for building the navigation this explicitly puts the gunicorn worker into a waiting state. for updating segments the github update is done in the background, allowing early return of success and blocking the worker for less long.