ian-whitestone / rpi-security-system

Building a home security system with a raspberry pi + Python + Slack
11 stars 2 forks source link

run_threads error handling #35

Closed ian-whitestone closed 6 years ago

ian-whitestone commented 6 years ago

When a thread errors out it should be automatically restarted.

Alternatively, find a different process other than threads (i.e. periodically scheduling the jobs?).