question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] There is no Global Properties that sets try-timeout to retry.fixed

See original GitHub issue

Describe the bug As you may see the following doc, there is no Global Properties that sets try-timeout to retry.fixed. https://microsoft.github.io/spring-cloud-azure/4.3.0/reference/html/appendix.html#global_proeprties

To Reproduce Please use settings in Code Snippet section. spring.cloud.azure.retry.fixed.try-timeout=10s # not work #spring.cloud.azure.storage.retry.try-timeout=2s # work but no global properties.

Code Snippet src/main/resources/application.properties

spring.cloud.azure.retry.mode=fixed
spring.cloud.azure.retry.fixed.max-retries=108
spring.cloud.azure.retry.fixed.delay=7s
spring.cloud.azure.retry.fixed.try-timeout=10s
#spring.cloud.azure.storage.retry.try-timeout=2s

Information Checklist

  • Bug Description Added
  • Repro Steps Added
  • Setup information Added

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
saraglunacommented, Sep 20, 2022

Thanks @YusukeTobo for filing them, we will look into these two issues.

1reaction
saraglunacommented, Sep 20, 2022

@YusukeTobo yes please. Could you create the issue in the azure-sdk-for-java repo?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] Spring Cloud Azure `spring.cloud.azure.client.http ...
Describe the bug The Global option in Spring Cloud Azure ... [BUG] There is no Global Properties that sets try-timeout to retry.fixed ......
Read more >
Retry guidance for Azure services - Microsoft Learn
Retry mechanism. Retry behavior in the Azure Event Hubs Client Library is controlled by the RetryPolicy property on the EventHubClient class.
Read more >
Configuration Properties - Microsoft Open Source
When a request fails due to a throttle error, the service sends back a response that contains a value indicating the client should...
Read more >
Retry Scope Condition Potential Bug - Studio - UiPath Forum
There's something strange with the retry scope conditioning. I have a check app state inside the condition sector of the retry activity.
Read more >
spring webclient: retry with backoff on specific error
With reactor-extra you could do it like: .retryWhen(Retry.onlyIf(this::is5xxServerError) .fixedBackoff(Duration.ofSeconds(10)) .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found