Skip to content

Fix humanize exception TimeSpanHumanizeMultipleSeconds was not found #153

Merged
vinaghost merged 2 commits intomainfrom
fixes/humanize-exception-TimeSpanHumanizeMultipleSeconds
Nov 9, 2025
Merged

Fix humanize exception TimeSpanHumanizeMultipleSeconds was not found #153
vinaghost merged 2 commits intomainfrom
fixes/humanize-exception-TimeSpanHumanizeMultipleSeconds

Conversation

@vinaghost
Copy link
Copy Markdown
Owner

Removed the minUnit parameter from the Humanize method call for args.RetryDelay. This change relies on the default behavior of the Humanize method and simplifies the code by only specifying the precision argument (3).

Removed the `minUnit` parameter from the `Humanize` method call for `args.RetryDelay`. This change relies on the default behavior of the `Humanize` method and simplifies the code by only specifying the precision argument (`3`).
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 7, 2025

Version of this build is 2.12.89
Check download link here

Replaced Humanizer-based retry delay formatting with direct
use of `args.RetryDelay`. Removed `Humanizer` namespace
import and added `Polly` and `System.Timers.Timer` imports
to support Polly-based retry logic and timer functionality.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 7, 2025

Version of this build is 2.12.90
Check download link here

@vinaghost vinaghost merged commit d524894 into main Nov 9, 2025
4 checks passed
@vinaghost vinaghost deleted the fixes/humanize-exception-TimeSpanHumanizeMultipleSeconds branch November 9, 2025 03:54
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.

1 participant