Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ihrwein/backoff issues and pull requests

#72 - Instant dep is unmaintained

Issue - State: open - Opened by nstinus about 2 months ago

#71 - thread hanging when using with tokio

Issue - State: open - Opened by j-mendez 2 months ago

#70 - refactor(instant): Make instant an optional dependency

Pull Request - State: open - Opened by amnn 3 months ago - 1 comment

#69 - Fix documentation for retry_notify

Pull Request - State: open - Opened by aaiyer 3 months ago

#68 - How to return a Retry object?

Issue - State: closed - Opened by ArneMayer 4 months ago

#67 - docs: update occurrences of ExponentialBackfff to ExponentialBackoff

Pull Request - State: open - Opened by MorrisLaw about 1 year ago

#66 - Does someone want to fork this?

Issue - State: open - Opened by FrankReh over 1 year ago - 1 comment

#65 - Compilation fails for wasm-bindgen and async-std

Issue - State: open - Opened by wackazong almost 2 years ago

#64 - Doc typo x2

Issue - State: open - Opened by izik1 almost 2 years ago

#60 - add max retry parameter to exponential backoff

Pull Request - State: open - Opened by snowp over 2 years ago - 3 comments

#59 - Typo

Issue - State: open - Opened by Yifeng-Sigma over 2 years ago

#58 - Async operation invoked prior to backoff delay

Issue - State: open - Opened by ramosbugs over 2 years ago - 1 comment

#57 - impl Backoff for Option<Backoff>

Pull Request - State: open - Opened by aawsome over 2 years ago

#56 - feat: add `FixedNumber` policy

Pull Request - State: open - Opened by DDtKey over 2 years ago

#55 - Max retry count?

Issue - State: open - Opened by deven96 over 2 years ago - 2 comments

#54 - Unnecessary `Send` requirement on `Sleeper::Sleep`?

Issue - State: open - Opened by jessa0 almost 3 years ago

#53 - Support `tokio::time::Instant` in `SystemClock`

Pull Request - State: closed - Opened by olix0r almost 3 years ago - 3 comments

#52 - getrandom requires js future

Issue - State: open - Opened by ycuk about 3 years ago

#51 - Release 0.4.0

Issue - State: closed - Opened by clux about 3 years ago - 1 comment

#50 - Add a helper for pausing a Stream on errors

Pull Request - State: open - Opened by nightkr about 3 years ago

#49 - Implement Backoff for Box<B: Backoff>

Pull Request - State: closed - Opened by nightkr about 3 years ago

#48 - Refact: transient errors

Pull Request - State: closed - Opened by ihrwein about 3 years ago - 1 comment

#47 - Example configuring exponential backoff?

Issue - State: open - Opened by tobymurray about 3 years ago - 1 comment

#46 - Make SystemClock Clone to make ExponentialBackoff Clone

Pull Request - State: closed - Opened by clux about 3 years ago - 2 comments

#45 - Replace pin-project with pin-project-lite

Pull Request - State: closed - Opened by jplatte about 3 years ago - 2 comments

#44 - Would you consider providing macros?

Issue - State: open - Opened by NickLarsenNZ over 3 years ago

#43 - Don't retry if next interval would be after `max_elapsed_time`

Pull Request - State: closed - Opened by dcormier over 3 years ago - 1 comment

#42 - Retries will happen beyond `max_elapsed_time`

Issue - State: closed - Opened by dcormier over 3 years ago - 2 comments

#41 - allow manually set retry timeout

Pull Request - State: closed - Opened by herkhinah over 3 years ago - 1 comment

#40 - Add builder for ExponentialBackoff

Pull Request - State: closed - Opened by stiar almost 4 years ago - 1 comment

#39 - Re-consider the default of `ExponentialBackOff::max_elapsed_time`

Issue - State: open - Opened by thomaseizinger almost 4 years ago - 1 comment

#38 - feat: use Github Actions

Pull Request - State: closed - Opened by ihrwein almost 4 years ago

#37 - configuration issue

Issue - State: closed - Opened by jwinarske about 4 years ago - 1 comment

#36 - docs: fix async example in README

Pull Request - State: closed - Opened by ihrwein about 4 years ago

#35 - Support overriding the next_backoff value between retries with an Error.

Issue - State: closed - Opened by poljar about 4 years ago - 1 comment

#34 - Update async-std

Pull Request - State: closed - Opened by ihrwein about 4 years ago

#33 - refact: merge tokio and async-std modules into module future

Pull Request - State: closed - Opened by ihrwein about 4 years ago - 1 comment

#32 - feat: impl Clone for ExponentialBackoff

Pull Request - State: closed - Opened by ihrwein about 4 years ago

#31 - refact: remove FutureOperation trait

Pull Request - State: closed - Opened by ihrwein about 4 years ago

#30 - Update reqwest dev-dep to 0.11

Pull Request - State: closed - Opened by coolreader18 about 4 years ago - 1 comment

#29 - refact: make retry and retry_notify take ownership of Backoff values

Pull Request - State: closed - Opened by ihrwein about 4 years ago

#28 - Simplifications & general improvements

Pull Request - State: closed - Opened by ihrwein about 4 years ago - 2 comments

#27 - 0.3.0 Release

Issue - State: closed - Opened by ihrwein about 4 years ago - 8 comments

#26 - Update to rand 0.8, remove stdweb feature

Pull Request - State: closed - Opened by coolreader18 about 4 years ago - 1 comment

#25 - Make the future::retry functions generic over the sleeper

Pull Request - State: closed - Opened by coolreader18 about 4 years ago - 2 comments

#24 - feat: update dependencies

Pull Request - State: closed - Opened by ihrwein about 4 years ago

#23 - Update to tokio 1.0

Pull Request - State: closed - Opened by coolreader18 about 4 years ago - 2 comments

#22 - Error while trying to combine backoff::error with async

Issue - State: closed - Opened by chkeita over 4 years ago - 2 comments

#21 - Update to tokio 0.3

Issue - State: closed - Opened by UkonnRa over 4 years ago - 4 comments

#20 - Update README.md

Pull Request - State: closed - Opened by andrewbanchich over 4 years ago

#19 - Consider implementing Clone for backoff::ExponentialBackoff

Issue - State: closed - Opened by gliderkite over 4 years ago - 2 comments

#17 - docs: document how to enable async support

Pull Request - State: closed - Opened by ihrwein over 4 years ago

#16 - Async example doesn't work at all

Issue - State: closed - Opened by autarchprinceps over 4 years ago - 5 comments

#15 - Docs Improvements

Pull Request - State: closed - Opened by ihrwein over 4 years ago

#14 - Docs for the new async support missing

Issue - State: closed - Opened by jakubadamw over 4 years ago - 2 comments

#13 - Adapters for Future

Pull Request - State: closed - Opened by tyranron over 4 years ago - 8 comments

#12 - Implement async retry

Pull Request - State: closed - Opened by mchlrhw over 4 years ago - 10 comments

#11 - New version release with the `rand:0.7` dependency

Issue - State: closed - Opened by jakubadamw over 4 years ago - 2 comments

#10 - Can I pass an asynchronous function to retry?

Issue - State: closed - Opened by TonalidadeHidrica almost 5 years ago - 3 comments

#9 - Upgrade dependency version of reqwest 0.9 => 0.10.1

Pull Request - State: closed - Opened by incker2 about 5 years ago - 2 comments

#8 - chore: fix deprecation warnings

Pull Request - State: closed - Opened by ihrwein about 5 years ago

#7 - Support for use in WASM environments.

Pull Request - State: closed - Opened by thedodd almost 6 years ago - 2 comments

#6 - Add debug derivations.

Pull Request - State: closed - Opened by thedodd almost 6 years ago - 2 comments

#5 - Upgrade dependencies and modernize code for 2018 edition

Pull Request - State: closed - Opened by mitsuhiko almost 6 years ago - 4 comments

#4 - Operation trait not satisfied for my closure.

Issue - State: closed - Opened by mqsoh over 6 years ago - 2 comments

#3 - Fix doc-commnet for From Error

Pull Request - State: closed - Opened by zummenix over 7 years ago - 1 comment

#2 - Derive Default for clock::SystemClock

Pull Request - State: closed - Opened by zummenix over 7 years ago - 1 comment