Skip to content

lambdaclass/chaos_monkey_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChaosMonkeyEx

Test the robustnes of your elixir applications by randomly killing processes!

Usage

ChaosMonkeyEx.Application.start(nil, allow_list: [:my_application_1, :my_application_2])

Installation

If available in Hex, the package can be installed by adding chaos_monkey_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:chaos_monkey_ex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/chaos_monkey_ex.

About

A Chaos Monkey for Elixir that kills random processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages