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

feat(sdk): configure connection timeout and banning #1629

Merged
merged 12 commits into from
Dec 19, 2023

Conversation

shumkov
Copy link
Member

@shumkov shumkov commented Dec 8, 2023

Issue being fixed or feature implemented

With a high request rate we need to increase timeouts. In some cases, we would like to wait for responses when all STs are broadcast

What was done?

  • Introduced connect_timeout to DAPI Client settings
  • Introduced ban_failed_address to DAPI Client settings
  • Introduced wait_for_response for PutDocument trait

How Has This Been Tested?

Running locally in rs platform explorer

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • I have made corresponding changes to the documentation if needed

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@shumkov shumkov added this to the v0.25.x milestone Dec 8, 2023
@shumkov shumkov changed the title feat(sdk): allow to set connection timout feat(sdk): allow to set connection timeout Dec 8, 2023
Base automatically changed from rs-sdk/no-mut-1 to feat/register December 12, 2023 12:22
@shumkov shumkov changed the title feat(sdk): allow to set connection timeout feat(sdk): configure connection timeout and banning Dec 19, 2023
@shumkov shumkov marked this pull request as ready for review December 19, 2023 07:16
@shumkov shumkov merged commit b96c776 into feat/register Dec 19, 2023
47 of 53 checks passed
@shumkov shumkov deleted the chore/broadcast-100 branch December 19, 2023 07:35
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.

None yet

3 participants