Directories
¶
| Path | Synopsis |
|---|---|
|
Command chaos-point demonstrates an explicit injection point guarding a post-commit hook.
|
Command chaos-point demonstrates an explicit injection point guarding a post-commit hook. |
|
Command circuit-breaker shows a circuit breaker opening after chaos injects repeated failures, after which calls short-circuit instead of calling the failing dependency.
|
Command circuit-breaker shows a circuit breaker opening after chaos injects repeated failures, after which calls short-circuit instead of calling the failing dependency. |
|
Command db-conn-pool shows database/sql discarding a poisoned connection and transparently retrying on a fresh one when chaos injects a connection drop.
|
Command db-conn-pool shows database/sql discarding a poisoned connection and transparently retrying on a fresh one when chaos injects a connection drop. |
|
Command prod-safety-rails shows the production bounds that keep chaos from becoming the outage: a failure budget, a max-concurrent cap, a production guard, and a kill switch.
|
Command prod-safety-rails shows the production bounds that keep chaos from becoming the outage: a failure budget, a max-concurrent cap, a production guard, and a kill switch. |
|
Command retry-http demonstrates a retry loop recovering from a transient fault injected into an http.Client's transport.
|
Command retry-http demonstrates a retry loop recovering from a transient fault injected into an http.Client's transport. |
Click to show internal directories.
Click to hide internal directories.