0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)