add infrequent polling sample, with benign application failure#422
Merged
add infrequent polling sample, with benign application failure#422
Conversation
Contributor
Author
|
RFR |
4b17364 to
1f54636
Compare
1f54636 to
bfbfba0
Compare
Sushisource
reviewed
Jul 16, 2025
| @@ -0,0 +1,25 @@ | |||
| # Frequently Polling Activity | |||
|
|
|||
| This sample shows how we can implement frequent polling (1 second or faster) inside our Activity. The implementation is a loop that polls our service and then sleeps for the poll interval (1 second in the sample). | |||
Member
There was a problem hiding this comment.
This readme is talking about frequent polling, but the sample is infrequent?
Contributor
Author
There was a problem hiding this comment.
whoops, should be infrequent, fixed
Sushisource
approved these changes
Jul 17, 2025
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.
What was changed
Added a polling sample, using
BENIGNcategory for application failureWhy?
samples parity and usage of
BENIGNapplication failure for activity failures.Checklist
categoryofApplicationFailureHow was this tested:
Simple integration test
Any docs updates needed?
probably not