Add a circuit breaker for ActivityPub deliveries (#7053)
This commit is contained in:
parent
4a9becfca2
commit
d4de2239b0
4 changed files with 16 additions and 5 deletions
3
config/initializers/stoplight.rb
Normal file
3
config/initializers/stoplight.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
require 'stoplight'
|
||||
|
||||
Stoplight::Light.default_data_store = Stoplight::DataStore::Redis.new(Redis.current)
|
Loading…
Add table
Add a link
Reference in a new issue