Honey-Pi / rpi-scripts

Python scripts that are executed on the hive scale for data acquisition in measurement mode.
https://honey-pi.de
Other
17 stars 14 forks source link

Threads do not clean terminate on exit signals #17

Open elschnorro77 opened 6 months ago

elschnorro77 commented 6 months ago
JavanXD commented 4 months ago

Are there any threads that cause a real issue? I observed in main.py there is ttimesync and tgpstimesync, but there are also other short term lived threats such as for the button press detection or the led blinking.

I would only focus on those which lead to a irreversible state of the service or break something.