blakeblackshear.frigate/frigate/util
gtsiam dc54981784
Move more things out of FrigateApp (#13897)
* Moved FrigateApp.init_config() into FrigateConfig.load()

* Move frigate config loading into main

* Store PlusApi in FrigateConfig

* Register SIGTERM handler in main

* Ensure logging is setup during config parsing

* Removed pointless try

* Moved config initialization out of FrigateApp

* Made FrigateApp.shm_frame_count into a function

* Removed log calls from signal handlers

python's logging calls are not re-entrant, which caused at least one of
these to deadlock randomly.

* Reopen stdout/err on process fork

This helps avoid deadlocks (https://github.com/python/cpython/issues/91776).

* Make mypy happy

* Whoops. I might have forgotten to save.

Truly an amateur mistake.

* Always call FrigateApp.stop()
2024-09-24 07:07:47 -05:00
..
builtin.py Move more things out of FrigateApp (#13897) 2024-09-24 07:07:47 -05:00
config.py Configurable ffmpeg (#13722) 2024-09-13 15:14:51 -05:00
image.py Ffmpeg cleanup (#13737) 2024-09-14 07:03:39 -06:00
object.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
services.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00