hyx icon indicating copy to clipboard operation
hyx copied to clipboard

🧘‍♀️ Lightweight fault tolerant primitives for your modern asyncio Python microservices

Results 26 hyx issues
Sort by recently updated
recently updated
newest added

Hyx is providing a circuit breaker based on the consecutive error number right now. We need to expand that and provide a circuit breaker based on rolling window stats (e.g....

type:enhancement
component:breaker

As brought up in #85, I would be great to have a single component that manages seamlessly all breakers in the service. The manager could be defined somewhere as a...

type:enhancement
component:breaker
area:devexp

type:documentation
component:retry

Pixi is an example of a microservice system that used asyncio modern Python to power its services. Microservices are running in Kubernetes cluster with chaos testing tools enabled. It uses...

type:documentation
type:example

Implement [CoDel](https://en.wikipedia.org/wiki/CoDel)-based bulkhead

type:enhancement
component:bulkead

In some situations, requests that come some time ago is less relevant to ones that has just arrived. Hyx needs to provide a way to select serving strategy

type:enhancement
component:bulkead