Skip to content
New issue

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

add ability to configure queue by ARN #603

Merged
merged 3 commits into from
Jun 6, 2020

Conversation

nippysaurus
Copy link

This is my first pass at adding the ability to set queue location as an ARN value.

I removed use of the AWS parser as it violates the 'aws-sdk-core', '>= 2' dependency (it was only added recently) and I don't think it was intended for outside use anyway.

Related: #602

@nippysaurus
Copy link
Author

I'm not entirely sure how you would like me to resolve this codeclimate feedback.

IMHO the concept/logic for processing the config input has probably out-grown the Queue class an needs to be split out. That would allow for more thorough testing of that code as well because it can be done in isolation.

@phstc phstc merged commit 9ddeb86 into ruby-shoryuken:master Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants