issues
search
Xuanwo
/
backon
Make retry like a built-in feature provided by Rust.
https://docs.rs/backon/
Apache License 2.0
710
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support 'no max delay' and 'no max times' for FibonacciBuilder and ExponentialBuilder
#158
Qqwy
opened
18 hours ago
0
Add an example for using backon under no-std
#157
Xuanwo
opened
1 week ago
0
Add an example for using backon under wasm32
#156
Xuanwo
opened
1 week ago
0
docs: Backon is `adaptable`
#155
Xuanwo
closed
1 week ago
0
Replace `gloo-timers` with `futures-timer`
#154
NumberFour8
opened
2 weeks ago
3
Why not using futures-timer ?
#153
NumberFour8
opened
2 weeks ago
3
chore: Polish impl of saturating_mul
#151
Xuanwo
closed
3 weeks ago
0
Add support to allow fetching external statuses, such as the `Retry-After` header in HTTP responses.
#150
Xuanwo
opened
1 month ago
0
feat: Allow to control the max sleep time of exponential backoff
#149
Xuanwo
opened
1 month ago
3
feat: Allow users to use &XxxBuilder
#148
Xuanwo
closed
1 month ago
0
docs: document custom Sleeper impl
#147
SteveLauC
closed
1 month ago
3
feat: Implement a macro like `#[backon]` to retry a give async function
#146
Xuanwo
opened
1 month ago
0
feat: Give users a way to define his own unitfy retry function
#145
Xuanwo
opened
1 month ago
0
feat: Implement retry for `FnMut() -> impl Future<Output=Option<Result<T, E>>>`
#144
Xuanwo
opened
1 month ago
0
docs: mention sleep() in blocking retry examples
#143
SteveLauC
closed
1 month ago
0
feat: Implement BackoffBuilder for Backoff itself
#142
Xuanwo
closed
1 month ago
0
refactor: Remove the Debug requirement of Backoff
#141
Xuanwo
closed
1 month ago
0
Bump to version 1.2.0
#139
Xuanwo
closed
2 months ago
0
feat: Add blocking sleeper for blocking retry
#138
Xuanwo
closed
2 months ago
0
docs: Polish MaybeSleeper names
#137
Xuanwo
closed
2 months ago
0
fix: compile to fail when using DefaultSleeper with no features enabled
#136
bdbai
closed
2 months ago
0
fix: NoopSleeper should implement default
#135
Xuanwo
closed
2 months ago
0
backon: Bump to version 1.1.0
#133
Xuanwo
closed
2 months ago
0
refactor: Enable default features to avoid unexpected panic
#132
Xuanwo
closed
2 months ago
0
docs: Add sleep in README
#131
Xuanwo
closed
2 months ago
0
docs: Add section for sleeper
#130
Xuanwo
closed
2 months ago
0
Add an example for user provided sleeper
#129
Xuanwo
closed
1 month ago
1
Panicking after upgrade
#128
djc
closed
2 months ago
2
Add native support for reqwest
#127
Xuanwo
opened
2 months ago
0
PoC: Integration to tower
#126
Xuanwo
opened
2 months ago
0
Add no_std flag, hide blocking retrys behind std flag
#125
adrian-kong
closed
2 months ago
2
chore: Make backon a workspace
#124
Xuanwo
closed
2 months ago
0
Include an example of implementing budget-based backoff.
#123
Xuanwo
opened
2 months ago
0
docs: Polish display on the first page of lib.rs
#122
Xuanwo
closed
2 months ago
0
Bump to version 1.0.2
#120
Xuanwo
closed
2 months ago
0
docs: Polish all documents
#119
Xuanwo
closed
2 months ago
0
docs: Add a new example for retry inside `&mut self` function
#118
Xuanwo
closed
2 months ago
0
docs: Polish desc of backon
#116
Xuanwo
closed
2 months ago
0
Bump version to 1.0.1
#114
Xuanwo
closed
2 months ago
0
chore: Allow build blocking in wasm32
#113
Xuanwo
closed
2 months ago
0
Bump to version 1.0
#111
Xuanwo
closed
2 months ago
0
chore: Establish MSRV as 1.70
#110
Xuanwo
closed
2 months ago
0
docs: Refactor examples
#109
Xuanwo
closed
2 months ago
0
docs: Polish vision and docs
#108
Xuanwo
closed
2 months ago
0
docs: Add a logo for backon
#107
Xuanwo
closed
2 months ago
0
docs: Re-position of backon
#106
Xuanwo
closed
2 months ago
0
Make backon available with `no-std`
#105
Xuanwo
closed
2 months ago
0
refactor: Take ownership of builder instead
#104
Xuanwo
closed
2 months ago
0
refactor: Move all backoff in one mod
#103
Xuanwo
closed
2 months ago
0
fix: Expose struct out to generate API docs
#102
Xuanwo
closed
2 months ago
0
Next