Skip to content

Releases: restaurant-cheetah/take2

Fix configuration issues and deprecate time_to_sleep

14 Aug 17:00
Compare
Choose a tag to compare
  1. time_to_sleep was deprecated in favor of backoff_strategy
  2. Few configurations issues were fixed
  3. The pre-defined array of retriable errors was removed.

v0.1.0

28 Jul 17:23
c6dfba9
Compare
Choose a tag to compare

Implement backoff strategies PR(#12)
Implement main entry point as a class method PR(#13)

v0.0.3

24 Sep 16:55
Compare
Choose a tag to compare

Fix configurations bug (#4)
Ability to set custom configurations on method call (#1)
More tests (#3)
Update docs and badges