Skip to content

Commit

Permalink
Merge pull request #67 from suredone/monitor-fixes
Browse files Browse the repository at this point in the history
Various fixes from monitoring of 2.0.51-alpha
  • Loading branch information
ryanwitt authored Sep 8, 2024
2 parents 4e51985 + d385ec3 commit 578bae4
Show file tree
Hide file tree
Showing 18 changed files with 3,556 additions and 2,677 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,13 +561,8 @@ If a queue name ends with the * (wildcard) character, worker will listen on all

-o, --idle-for number Minutes of inactivity after which a queue is considered
idle. [default: 60]
--delete Delete the queue if it is idle. The fail queue also must be
idle unless you use --unpair.
--unpair Treat queues and their fail queues as independent. By default
they are treated as a unit.
--include-failed When using '*' do not ignore fail queues. This option only
applies if you use --unpair. Otherwise, queues and fail queues
are treated as a unit.
--delete Delete the queue if it is idle along with its corresponding
fail queue and dlq.
--prefix string Prefix to place at the front of each SQS queue name [default: qdone_]
--fail-suffix string Suffix to append to each queue to generate fail queue name [default: _failed]
--region string AWS region for Queues [default: us-east-1]
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qdone",
"version": "2.0.51-alpha",
"version": "2.0.54-alpha",
"description": "A distributed scheduler for SQS",
"type": "module",
"main": "./index.js",
Expand Down
Loading

0 comments on commit 578bae4

Please sign in to comment.