project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

The sensor logger can still crash without sending anything to #p8_critical #150

Closed laroque closed 8 years ago

laroque commented 8 years ago

This is both 1) some local bug and 2) a broader problem.

The issue for 2) is that any service which crashes should produce a message on #p8_critical so that we know something bad has happened and can fix it. There should be a try/except block that catches this in Service.run() that catches any such problem in the blocking main loop. Possibly the Serve class should also implement such a catch.

laroque commented 8 years ago

should be resolved in wp1.4.0_python3.1.6