by jaybna on 7/4/2020, 9:19:43 PM
by anticristi on 7/4/2020, 3:56:34 PM
Awesome tool! It's like Chaos Monkey for your ACID database. I am kind of hoping it could steer conversation into making DBs more "idiot proof". Pushing some code (or making a "manual data fix") that in rare conditions inadvertently locks the production database is no fun.
by jmiserez on 7/4/2020, 2:27:53 PM
Interesting. How does this compare to just generating generic system load (e.g. running some benchmark)?
by Fr33maan on 7/4/2020, 2:49:54 PM
starred, Im curious if it could run concurrently with a standard tool to see impact on performances.
by kevteev on 7/4/2020, 3:33:40 PM
Cool tool to test implementation of graceful degradation in the service and between services
Some of my own code did all of this all by itself...