-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA-224730 back off exponentially after failed read from plugin
This commit introduces a skip count for plugins. After a read error, the skip count is incremented and the plugin is not read for that number of read cycles. When reading succeeds, the skip is reset to 0. Currently, at most 256 cycles are skipped and the skip count increases exponentially from 1 with every read error. Signed-off-by: Christian Lindig <[email protected]>
- Loading branch information
Showing
1 changed file
with
64 additions
and
37 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