New Features
Added --deduplication-id
option for enqueue (#40)
qdone
has always set a deduplication id (using a UUID v1) when sending enqueue calls, but it looks like the aws sdk does not have adequate retry defaults set. This option lets a qdone user retry enqueue operations. For more information please see the AWS docs for Message Deduplication ID.
Under the hood
- Updated aws-sdk.
- Updated locked dependencies.