一个基于 Amazon SQS 线程的高效消息处理器,适用于 Ruby。
Shoryuken sho-ryu-ken is a super-efficient Amazon SQS thread-based message processor.
shoryuken help sqsRuby 3.0 or greater.
Add this line to your application's Gemfile:
gem 'shoryuken'
And then execute:
$ bundle
Check the Getting Started page.
For more information check the wiki page.
Mike Perham, creator of Sidekiq, and everybody who contributed to it. Shoryuken wouldn't exist as it is without those contributions.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)To run all unit specs against the latest dependency versions, execute
bundle exec rake spec
To run integration specs (including Rails tests), start ElasticMQ and run:
docker compose up -d
bundle exec rake spec:integration
Compare latest tag with HEAD:
git log $(git describe --tags --abbrev=0)..HEAD --oneline
then update CHANGELOG.md.
Update version in lib/shoryuken/version.rb with the appropriate version number SEMVER.
then run:
bundle exec rake release
暂无开放 Issues,或尚未同步最近议题。