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_agent configurable request timeout #110

Closed laroque closed 9 years ago

laroque commented 9 years ago

send_request supports a timeout so you don't get stuck in a blocking call that will never return (which is good)....

dripline_agent should support both specifying a longer timeout and infinite timeout so that the user can get responses back on longer requests (like starting muxer loggers).

laroque commented 9 years ago

there is now a --timeout optional argument