diff --git a/frigate/app.py b/frigate/app.py index c87807281d..20482452f0 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -439,8 +439,6 @@ def stop(self) -> None: self.detected_frames_processor.join() self.event_processor.join() self.event_cleanup.join() - self.recording_maintainer.join() - self.recording_cleanup.join() self.stats_emitter.join() self.frigate_watchdog.join() self.db.stop()