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

graceful amqp reconnect #77

Closed laroque closed 9 years ago

laroque commented 9 years ago

Portal should gracefully connect to AMQP and recreate all bindings if/when the connection breaks. This probably should include a timeout to either just crash or stop trying for a while if the connection can't be re-established.

Related: services should have a "revert to safe mode" capability. For example, if contact with AMQP is lost, perhaps the power supplies should shut off and the DAQ should stop running? Or should they keep doing whatever they are already doing?

laroque commented 9 years ago

done in v1.4.4