Conversation
Contributor
Author
|
Updated the description to explain the connection checks and request limits in plain language. No code changes. |
Contributor
Author
|
Added cancellable feature polling with delayed, jittered queries and delivery of successful and failed outcomes. Tests cover slow consumers, retry accounting, repeated stop and cancellation during HTTP, backoff, interval waits and blocked output. Focused race tests, the full Go suite and CI lint pass. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checks connection settings before use, and limits capability requests by time, retry count and response size (1 MiB). Supports rotating authentication, custom CA certificates and explicit proxies.
Feature polling waits a jittered interval, delivers successful and failed query outcomes, and cancels requests, retry waits and blocked delivery safely. The constructor and poller APIs intentionally break compatibility; hold the release until the Kubernetes RBAC agent adoption is ready.
Tracking: https://github.com/StackVista/stackstate/issues/587
Validation: focused race tests, full Go suite, gofmt and CI revive pass; revive reports warnings only in unchanged files.