We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, after this PR the wiki page of Shoryuken configuration for local SQS server seems to be outdated. Configure Client section should look like:
Configure Client
Shoryuken.sqs_client = Aws::SQS::Client.new( region: ENV["AWS_REGION"], access_key_id: ENV["AWS_ACCESS_KEY_ID"], secret_access_key: ENV["AWS_SECRET_ACCESS_KEY"], endpoint: 'http://localhost:4576', verify_checksums: false )
and in my opinion Configure Server section is useless now.
Configure Server
Also it's worth mentioning about an alternative of moto, namely ElasticMQ which works a bit faster in my case.
moto
The text was updated successfully, but these errors were encountered:
Thanks @unijewski. Great catch. I've just updated the wiki, could you check it? I kept client and server for now.
client
server
Cool, does it work well with Shoryuken? Are you using for development or prod as well?
Sorry, something went wrong.
No branches or pull requests
Hi, after this PR the wiki page of Shoryuken configuration for local SQS server seems to be outdated.
Configure Client
section should look like:and in my opinion
Configure Server
section is useless now.Also it's worth mentioning about an alternative of
moto
, namely ElasticMQ which works a bit faster in my case.The text was updated successfully, but these errors were encountered: