Skip to content

Instantly share code, notes, and snippets.

@calavera
Last active July 11, 2018 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calavera/e8fcbabe9ce73f92433e9a20f7548c54 to your computer and use it in GitHub Desktop.
Save calavera/e8fcbabe9ce73f92433e9a20f7548c54 to your computer and use it in GitHub Desktop.
CircuitBreaker.for("builds") do |breaker|
breaker.happy do
send_message_to_queue(message)
end
breaker.sad do
keep_message_in_memory(message)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment