-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
streamline lumberjack mode behavior on send failure
have all send modes behave the same on failed send attempts: - drop message if maximum number of attempts reached - block infinitely (until closed) if max attempts is set to 0 Fix possible deadlock in load balancer when all workers start failing at same time by buffering retry messages.
- Loading branch information
urso
committed
Sep 25, 2015
1 parent
c420211
commit fca48f5
Showing
2 changed files
with
66 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters