Registry / messaging / shoryuken

shoryuken

JSON →
library7.0.2rbrubygemsunverified

Shoryuken is a super efficient AWS SQS thread based message processor

gem install shoryuken
INSTALL
IMPORT
SIG · SHORYUKEN
S
shoryuken
messagingrubyv7.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Shoryuken
require 'shoryuken'

Define and start an SQS worker

require 'shoryuken' class MyWorker include Shoryuken::Worker shoryuken_options queue: 'default' def perform(sqs_msg, body) puts body end end Shoryuken.start
Debug
Known issues
gotchaRequires AWS credentials to be configured
fix
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
affects: >= 1.0.0
Upgrade
Version history
7.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
shoryuken — gem install shoryuken · libregistry