Add a circuit breaker for ActivityPub deliveries (#7053)

This commit is contained in:
Eugen Rochko
2018-04-07 21:36:58 +02:00
committed by GitHub
parent 4a9becfca2
commit d4de2239b0
4 changed files with 16 additions and 5 deletions

View File

@ -0,0 +1,3 @@
require 'stoplight'
Stoplight::Light.default_data_store = Stoplight::DataStore::Redis.new(Redis.current)