mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* Add panic handler to stoppable task * Define panic handler for optimizer task, report panic to segment holder * Report panic payload message when optimizer panics * Add function to handle and clean finished optimizer tasks * Rewrite optimizer worker, periodically clean finished optimizer tasks * Minor improvements and codespell fixes * Add simple test to ensure panic callback is called * Explicitly handle elapsed timeout errors in optimizer handle handling