hystrix.command module

Used to wrap code that will execute potentially risky functionality (typically meaning a service call over the network) with fault and latency tolerance, statistics and performance metrics capture, circuit breaker and bulkhead functionality.

class hystrix.command.CommandMetaclass

Bases: type

class hystrix.command.Command(timeout=None)

Bases: object

run()
fallback()
cache()
execute(timeout=None)
observe(timeout=None)
queue(timeout=None)