Skip to content

Commit cc1f28f

Browse files
authored
Merge pull request #134 from danmurf/hotfix/disable-push-notifications-from-fifo-queue
FIFO queues not compatible with push notifications
2 parents ca6bdec + 51c26fc commit cc1f28f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/configuration.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ A working configuration would look like the following
152152
provider: aws
153153
options:
154154
queue_name: my_actual_queue_name.fifo
155-
push_notifications: true
155+
push_notifications: false
156156
notification_retries: 3
157157
message_delay: 0
158158
message_timeout: 30
@@ -164,3 +164,5 @@ A working configuration would look like the following
164164
subscribers:
165165
- { endpoint: http://example1.com/, protocol: http }
166166
- { endpoint: http://example2.com/, protocol: http }
167+
168+
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

0 commit comments

Comments
 (0)