Gracefully shuts down the server and its components.
(self)
| 791 | print(json.dumps(error_response), flush=True) |
| 792 | |
| 793 | def shutdown(self): |
| 794 | """Gracefully shuts down the server and its components.""" |
| 795 | debug_logger("Shutting down server...") |
| 796 | self.code_watcher.stop() |
| 797 | _teardown_db_manager(self.db_manager) |
no test coverage detected