[BUG] There is no Global Properties that sets try-timeout to retry.fixed
See original GitHub issueDescribe 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:
- Created a year ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @YusukeTobo for filing them, we will look into these two issues.
@YusukeTobo yes please. Could you create the issue in the azure-sdk-for-java repo?