HERA-Team / librarian

The HERA Librarian.
BSD 2-Clause "Simplified" License
6 stars 11 forks source link

python3 server installation #63

Closed plaplant closed 5 years ago

plaplant commented 5 years ago

This PR fixes some issues related to the server installation including templates needed to host the web interface. It also fixes background tasks, which were not calling the wrapup hook after the main thread function. Fixing this has for the moment removed the ability to have multiple background worker tasks. Adding this functionality back in will be made into an issue. There are also a series of smaller bug fixes discovered in the course of running the new version in production.