• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cenkalti / backoff / 111

Builds Branch Commit Type Ran Committer Via Coverage
111 v2.0.0 rename WithMaxTries to WithMaxRetries; fix #52; fix #54 push 26 Mar 2018 08:37PM UTC cenkalti travis-ci pending completion   set done
109 master rename WithMaxTries to WithMaxRetries; fix #52; fix #54 push 24 Dec 2017 04:43PM UTC cenkalti travis-ci pending completion   set done
108 master ticker: document it's unsafe to access backoff policy while ticker running The other way around would be to use locks to make backoff policies thread-safe. This is not something hard to do but this would need to be implemented in each policy. It ... push 20 Oct 2017 06:42AM UTC cenkalti travis-ci pending completion   set done
107 master ticker: document it's unsafe to access backoff policy while ticker running The other way around would be to use locks to make backoff policies thread-safe. This is not something hard to do but this would need to be implemented in each policy. It ... Pull #51 07 Oct 2017 11:51AM UTC web-flow travis-ci pending completion   set done
106 master Fix data race when querying GetElapsedTime() `ExponentialBackOff.GetElapsedTime()` reads start time which is reset by `ExponentialBackOff.Reset()` which is called by `run()`, executed in a goroutine. This creates a data race just by using: ```go... push 21 Sep 2017 05:12PM UTC cenkalti travis-ci pending completion   set done
105 master Fix data race when querying GetElapsedTime() `ExponentialBackOff.GetElapsedTime()` reads start time which is reset by `ExponentialBackOff.Reset()` which is called by `run()`, executed in a goroutine. This creates a data race just by using: ```go... Pull #50 19 Sep 2017 12:15PM UTC web-flow travis-ci pending completion   set done
104 master travis: add 1.x go version push 18 Sep 2017 08:39AM UTC cenkalti travis-ci pending completion   set done
103 master travis: add 1.x go version Pull #49 18 Sep 2017 08:20AM UTC web-flow travis-ci pending completion   set done
102 v1.1.0 backoff/tries.go: fix typo: missing 'o' : anther --> another WithMaxTries creates a wrapper around another BackOff, which will return Stop if NextBackOff() has been called too many times since the last time Reset() was called Note: Implementatio... push 21 Aug 2017 12:35PM UTC cenkalti travis-ci pending completion   set done
101 master backoff/tries.go: fix typo: missing 'o' : anther --> another WithMaxTries creates a wrapper around another BackOff, which will return Stop if NextBackOff() has been called too many times since the last time Reset() was called Note: Implementatio... push 11 Jul 2017 10:04PM UTC cenkalti travis-ci pending completion   set done
100 master backoff/tries.go: fix typo: missing 'o' : anther --> another WithMaxTries creates a wrapper around another BackOff, which will return Stop if NextBackOff() has been called too many times since the last time Reset() was called Note: Implementatio... Pull #45 11 Jul 2017 07:08PM UTC web-flow travis-ci pending completion   set done
99 master backoff/tries.go: fix typo: missing 'o' : anther --> another WithMaxTries creates a wrapper around another BackOff, which will return Stop if NextBackOff() has been called too many times since the last time Reset() was called Note: Implementatio... Pull #45 11 Jul 2017 07:07PM UTC web-flow travis-ci pending completion   set done
98 master fix #44 push 08 Jul 2017 05:05PM UTC cenkalti travis-ci pending completion   set done
97 master fix #44 push 08 Jul 2017 05:03PM UTC cenkalti travis-ci pending completion   set done
96 master Use seeded `math/rand` push 05 Jul 2017 09:08PM UTC cenkalti travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc