Netflix / SimianArmy

Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is opting out of the janitor persistent across SimianArmy restart?

mcacker opened this issue · comments

I thought I had opted out of an ASG being cleaned up:

curl http://localhost:8080/simianarmy/api/v1/janitor -d '{"eventType":"OPTOUT","resourceId":"ct_engine-CTE-133-20130711124528"}'

but at some point the ASG was removed. I stop and start SimianArmy frequently (we turn off most of our dev & qa apps during non-work hours), and I was wondering if the problem was that such an opt out is not persistent across restarts?

thanks, Mitchell

Opt-outs are stored in SimpleDB so are persisted across restarts.