Skip to content

Additional BrewPi-Script Manager Bugfixes

Compare
Choose a tag to compare
@thorrak thorrak released this 20 Aug 13:08
· 4 commits to master since this release
539050f

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