dispatch-rider 2.2.0
Messaging system based on the reactor pattern. You can publish messages to a queue and then a demultiplexer runs an event loop which pops items from the queue and hands it over to a dispatcher. The dispatcher hands over the message to the appropriate handler. You can choose your own queueing service.
Gemfile:
=
install:
=
Runtime Dependencies (7):
activemodel
>= 5.2.0
activerecord
>= 5.2.0
activesupport
>= 5.2.0
aws-sdk-sns
~> 1.30
aws-sdk-sqs
~> 1.30
daemons
~> 1.2
retriable
~> 3.1, >= 3.1.2
Development Dependencies (13):
appsignal
~> 1.0
bundler
< 3.0
coveralls_reborn
~> 0.25
debug
>= 0
factory_bot
>= 0
rake
>= 0
rspec
~> 3.3
rubocop_challenger
>= 0
rubygems-tasks
>= 0
simplecov-lcov
>= 0
sqlite3
>= 0
yard
>= 0