Skip to content

Releases: seemethere/retry.it

Switch from SIGALRM to `threading.Timer`

29 Jul 20:17
e19ef57
Compare
Choose a tag to compare

The one where it doesn't signal alarm on success

30 Nov 23:21
Compare
Choose a tag to compare
Okay last time to update the password

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>

Changing timeout to SIGALRM

01 Dec 15:50
Compare
Choose a tag to compare

Changelog:

  • Change timeout to SIGALRM, it's more accurate and doesn't rely on a function to be finished running in order for it to raise an MaxTimeoutExceeded exception

v1.3

06 Nov 15:59
Compare
Choose a tag to compare

success being none now works alongside an interval parameter

Adding decorator dependency

31 Aug 20:18
Compare
Choose a tag to compare

Now relies on decorator dependency to introduce proper function signatures.

Adding timeout param

18 Aug 14:46
Compare
Choose a tag to compare
  • Adds the timeout parameter