-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client Telemetry: Adds a limit on retry count of Job Failure (#3161)
Right now, client telemetry get enabled at VM level, so if there are calls to different accounts (which include non-allowed accounts). With current design, Telemetry job will keep running in background even it is failing continuously (for non-allowed accounts). So, This PR will stop the client telemetry job after 3 continuous failures.
- Loading branch information
1 parent
636703b
commit eec5de5
Showing
2 changed files
with
63 additions
and
7 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