Additional BrewPi-Script Manager Bugfixes
This release incorporates a handful of fixes that I've been testing to the BrewPi-Script process manager that should help make it more stable. This includes shifting from having the process manager constantly hit the database directly to obtain a list of active devices to instead leverage an HTTP API.
Changed
- Changed BrewPi-Script process manager to get list of devices via an HTTP API rather than directly querying the database
- Force BrewPi-Script process manager to restart in certain cases where a deadlock is detected