Skip to content

cjbottaro/retryable_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retryable

Simple code retrying (in Elixir) without metaprogramming.

Retryable.retryable [on: TimeoutError, sleep: 2, tries: 10], fn ->
  some_flakey_function()
end

See the full documentation at https://hexdocs.pm/retryable_ex.

Features

  • Simple (modeled after Ruby's retryable gem)
  • No metaprogramming
  • Importing does not clutter your namespace
  • User specified default configuration
  • User specified named configurations
  • Fully documented
  • Complete test suite

About

Simple code retrying without metaprogramming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages