Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuamckenty/chaos-scimmia
Chaos Engineering for Redis
https://github.com/joshuamckenty/chaos-scimmia
Last synced: 29 days ago
JSON representation
Chaos Engineering for Redis
- Host: GitHub
- URL: https://github.com/joshuamckenty/chaos-scimmia
- Owner: joshuamckenty
- License: mit
- Created: 2019-08-12T00:09:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T00:38:04.000Z (over 5 years ago)
- Last Synced: 2024-08-03T21:01:59.571Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-chaos-engineering - Chaos Scimmia - Chaos Engineering for Redis. (3. Fault Injection / Generic Tools)
README
# chaos-scimmia
Chaos Engineering for Redis## What is where
There's a ci folder: the contents get build into a docker image for use in concourse pipelines.
There's a concourse pipeline for building that docker image.
There's another concourse pipeline for running it, on a time resource so it runs every 2 minutes. It's a sanity check for now.The new approach is an app called "continuous redis" in the test-apps folder; it makes an AJAX call to ping a redis backend, saving a timestamp every two seconds. Then it adds DIVs with the diff of the latest two timestamps. (It also adds a bunch with ERROR divs).