- Issue - Remove
aws_sqs_active_job
executable.
- Issue - Add deprecated
aws_sqs_active_job
executable to aid in migration. - Issue - Support legacy
queue: 'url'
config in file to aid in migration.
- Feature - Support polling on multiple queues. (#4)
- Feature - Support running without Rails. (#5)
- Feature - Replace
retry_standard_errors
withpoller_error_handler
. (#6) - Feature - Support per queue configuration. (#4)
- Feature - Support loading global and queue specific configuration from ENV. (#3)
- Feature - Add lifecycle hooks for Executor.
- Feature - Initial version of this gem.