pypyr release v4.5.0 permalink

retry backoff & cleaner api init permalink

Release Date: 2021-02-02T11:18:53Z

  • Add retry backoff strategies.
    • You can now use retry backoff algorithms like exponential or linear to control the sleep interval in between retries.
    • The default fixed retry sleep interval now supports a list input, so the next sleep interval between retries can come from a list you provide yourself.
    • Ref #216.
  • For API consumers:
    • Prevent duplicates in sys.path (#218) on main* api entry points. thread-safe existence check on sys.path list.
    • Prevent redundant multiple addition of notify log-level on main* api entry. Move initialization code to package __init__ (#219).
    • All of this is backward compatible, this notice is informational only, no change required on your code.

how to upgrade permalink

If you want to upgrade (and you totally should!):

$ pip install --upgrade pypyr

source permalink

You can find pypyr release v4.5.0 on github, where you can click through to associated Issues, Pull Requests and Users.

Released by yaythomas.

last updated on .