百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

shoryuken

> 后端框架
开源

一个基于 Amazon SQS 线程的高效消息处理器,适用于 Ruby。

2.1K stars0 点赞1 次浏览
访问官网GitHub

工具介绍

一个基于 Amazon SQS 线程的高效消息处理器,适用于 Ruby。

Shoryuken

Shoryuken sho-ryu-ken is a super-efficient Amazon SQS thread-based message processor.

Key features

  • Rails Active Job
  • Queue Load balancing
  • Concurrency per queue
  • Long Polling
  • Batch processing
  • Auto extend visibility timeout
  • Exponential backoff
  • Middleware support
  • Amazon SQS CLI. See shoryuken help sqs

Requirements

Ruby 3.0 or greater.

Installation

Add this line to your application's Gemfile:

gem 'shoryuken'

And then execute:

$ bundle

Usage

Check the Getting Started page.

More Information

For more information check the wiki page.

Credits

Mike Perham, creator of Sidekiq, and everybody who contributed to it. Shoryuken wouldn't exist as it is without those contributions.

Contributing

  1. Fork it ( https://github.com/ruby-shoryuken/shoryuken/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Testing

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

To release a new version

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

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Rails Active Job
  • •Queue Load balancing
  • •Concurrency per queue
  • •Long Polling
  • •Batch processing
  • •Auto extend visibility timeout
  • •Exponential backoff
  • •Middleware support
  • •Amazon SQS CLI. See shoryuken help sqs

> 标签

Rubyactivejobaws-sdk-rubyaws-sqsconcurrent-ruby

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类后端框架
定价开源

> 相关工具

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架