Skip to content

Instantly share code, notes, and snippets.

@calavera
Created July 11, 2018 17:23
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/1244e5d06214b8dee8a4bf5edf2970df to your computer and use it in GitHub Desktop.
Save calavera/1244e5d06214b8dee8a4bf5edf2970df to your computer and use it in GitHub Desktop.
CircuitBreaker.for("b8ks") do |breaker|
breaker.happy do
send_message_to_b8ks(message)
end
breaker.sad do
FEATURES.disable!("b8ks")
retry_message_in_queue(message)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment