choreos / choreos_middleware

CHOReOS will implement service middleware support, effectively enabling the deployment of adaptable, QoS-aware choreographies in the ULS Future Internet, integrating and further evolving the latest research advances in the area of Grid and Cloud computing, Enterprise Service Bus (ESB), and pervasive computing. Service-oriented middleware enables adaptable choreographies over ESB-based middleware, Grids, Clouds, and technologies for the Internet of Things, thus overcoming scalability and heterogeneity issues of the Future Internet.
http://www.choreos.fr
Mozilla Public License 2.0
9 stars 6 forks source link

Implement and use CircuitBreaker #56

Closed leonardofl closed 11 years ago

leonardofl commented 11 years ago

To be used in situations when using a component that may fail and it is necessary to retry some times the attempting of using the component.

The pattern is described in the book Release It!: Design and Deploy Production-Ready Software.

leonardofl commented 11 years ago

Arguments are the task, the number of trials, and the timeout to each trial.

leonardofl commented 11 years ago

Circuit breaker created but not used: 42318bccb635ec2ff3913a90dfe14c845130c1a0