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

Dripline not sending reply with error retcode on bad SQL insert #85

Closed laroque closed 9 years ago

laroque commented 9 years ago

The errors are printing locally and the reply ins't going out...

laroque commented 9 years ago

This should be systematically resolved by having the entirety of handle_request() in a try/except block. Any DriplineError can be caught and a reply sent based upon it. This potentially replaces various try/except blocks in other parts of the code, though obviously some should remain.

laroque commented 9 years ago

This part of the code has been reworked quite a bit, I'll close this issue and we can reopen with more detail if someone sees it recur.