Skip to content

Commit

Permalink
update changelog to match release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwitt committed May 24, 2018
1 parent fe34243 commit 146d0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Added a `--fifo` option to `worker`
- Regardless of how many workers you have, FIFO commands with the same `--group-id` will only be executed by one worker at a time.
- There is NO support right now for only-once processing using the Receive Request Attempt ID

#### Only Listen To Active Queues
#### Only Listen To Active Queues with `--active-only`

We encountered an occasional production problem where aggressively deleting idle queues can cause the loss of a message that was sent between the idle check and the delete operation. We were using `qdone idle-queues --delete --idle-for 10`, which is much more aggressive than the default of 60 minutes.

Expand Down

0 comments on commit 146d0e4

Please sign in to comment.