Skip to content

Commit

Permalink
docs: add about visibility timeout to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Dec 3, 2023
1 parent 7bea14d commit 979229a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Quoted from AWS official blog: [Implementing Priority Queueing with Amazon Dynam
- [x] **Graceful Shutdown**: Complete processing of messages before shutting down the consumer process.
- [x] **FIFO (First In, First Out)**: Retrieve messages from the message queue on a first-in, first-out basis.
- [x] **Consumer Process Scaling**: Scale out by running multiple consumer processes without duplicating message retrieval from the same message queue.
- [x] **Visibility Timeout**: DynamoMQ sets a visibility timeout, a period of time during which DynamoMQ prevents all consumers from receiving and processing the message.
- [ ] **Deduplication**: Deduplication messages within the message queue.
- [ ] **Randomized Exponential Backoff**: Prevent overlapping redelivery timing.
- [ ] **Batch Message Processing**: Send and delete multiple messages in bulk to/from the message queue.
Expand Down

0 comments on commit 979229a

Please sign in to comment.