You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I used the REST API from both master and 0.7.1.
I'm trying to get basic fault injection working (throw 500s, delay responses etc) to work. After some hacks in remove-express-route I am able to get chaos-monkey to work with 500s but only the timed schedules (one-time schedule doesn't actually do one time). I didn't get the UI up. Wonder if the pranks would be better implemented as middleware instead of replacing the route? unless you can layer the route in ahead of the real route without removing it?
Looks like the route is removed and replaced for a 500 prank. When the prank ends, what is supposed to happen to the original route? It gets removed:
https://github.com/i0natan/node-chaos-monkey/blob/master/pranks/500-error-on-route.js#L12
In my tests, when the prank is complete, I get 404 for that route
The text was updated successfully, but these errors were encountered: