Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and rkm committed Sep 26, 2024
1 parent 456204a commit 454ad5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion news/1945-feature.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Add a publish timeout backoff mechanism to ProducerModel, allowing control over message publishing timeout behaviour. This can be enabled by setting `BackoffProviderType` in any `ProducerOptions` config. Currently implemented types are:

- StaticBackoffProvider (1 minute flat timeout)
- ExponentialBackoffProvider (1 minute initial, doubling after each timeout)
- ExponentialBackoffProvider (1 minute initial, doubling after each timeout)

0 comments on commit 454ad5e

Please sign in to comment.