mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-04 12:09:53 +02:00
* check last_pruned instead of is_pruning * try using the ThreadingHTTPServer class for stability and avoiding blocking single-threaded behavior * add startup delay to web server in test * just explicitly return None if we can't parse the datetime * switch to uvicorn for test stability