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

FIFO queues not compatible with push notifications #134

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ A working configuration would look like the following
provider: aws
options:
queue_name: my_actual_queue_name.fifo
push_notifications: true
push_notifications: false
notification_retries: 3
message_delay: 0
message_timeout: 30
Expand All @@ -164,3 +164,5 @@ A working configuration would look like the following
subscribers:
- { endpoint: http://example1.com/, protocol: http }
- { endpoint: http://example2.com/, protocol: http }

Note that `FIFO` queues are not currently compatible with `push_notifications`. For more information, see: http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-subscribe-queue-sns-topic.html