project8 / dripline-python

python implementation of project8/dripline
Other
2 stars 0 forks source link

support crashing on failed setup calls #38

Open laroque opened 5 years ago

laroque commented 5 years ago

Currently errors while executing setup calls do not result in a service crashing. This may be desirable in some situations, but often it indicates a problem which would be easier/faster to diagnose if we could see the service crashing. It would be best if there were a flag to configure this behavior.