qdone 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/npm-shrinkwrap.json +1163 -1194
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -425,6 +425,10 @@ Options
|
|
|
425
425
|
-f, --fifo Create new queues as FIFOs
|
|
426
426
|
-g, --group-id string FIFO Group ID to use for all messages enqueued in current command. Defaults to an string unique to this invocation.
|
|
427
427
|
--group-id-per-message Use a unique Group ID for every message, even messages in the same batch.
|
|
428
|
+
--deduplication-id string A Message Deduplication ID to give SQS when sending a message. Use this
|
|
429
|
+
option if you are managing retries outside of qdone, and make sure the ID is
|
|
430
|
+
the same for each retry in the deduplication window. Defaults to a string
|
|
431
|
+
unique to this invocation.
|
|
428
432
|
--prefix string Prefix to place at the front of each SQS queue name [default: qdone_]
|
|
429
433
|
--fail-suffix string Suffix to append to each queue to generate fail queue name [default: _failed]
|
|
430
434
|
--region string AWS region for Queues [default: us-east-1]
|