-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloudapi: Refresh log tail connection
It makes the log tail connection more fault-tolerant: * it tries to acquire a new connection in case of error. * it allows to set a config option to refresh the connection on a defined interval, this will avoid to hit the timeout set from the log provider. * the dial operation retries some times, based on config options, before return an error.
- Loading branch information
Showing
7 changed files
with
509 additions
and
31 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.