-
Notifications
You must be signed in to change notification settings - Fork 2
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
Per queue config + ENV config #10
Conversation
|
||
# Don't use this method directly: Configuration is a singleton class, use | ||
# +Aws::ActiveJob::SQS.config+ to access the singleton config. | ||
# {}Aws::ActiveJob::SQS.config} to access the singleton config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo. But also I think syntax is class#method. https://rubydoc.info/gems/yard/file/docs/GettingStarted.md#linking-objects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs to be .
for class methods
Issue #, if available:
#4 #3
Description of changes:
Adds configuration per queue and allows configuration through the environment for both global and queue specific values.
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.