Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add polling retries to samples that lacked it #71

Merged

Conversation

datalogics-cgreen
Copy link
Contributor

@datalogics-cgreen datalogics-cgreen commented Jun 24, 2024

The Java and .NET samples that demonstrate API polling, when run, retry every 5 seconds until the request status moves from "pending". By contrast, the equivalent samples in other languages simply print the first response from /request-status and leave it there.

With these changes, each API polling sample will send the request every 5 seconds while the status is "pending."

@datalogics-tsmith datalogics-tsmith merged commit 8b224e3 into datalogics:main Jun 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants