frequenz-floss / frequenz-core-python

Core utilities to complement Python's standard library
https://frequenz-floss.github.io/frequenz-core-python/
MIT License
0 stars 2 forks source link

Move the `retry` module from `client-base` #34

Open llucax opened 1 month ago

llucax commented 1 month ago

In the future, when we move run_forever() it might be nice to be able to pass a retry strategy to it. A good reason to move the retry module from client-base to this repo.

_Originally posted by @llucax in https://github.com/frequenz-floss/frequenz-sdk-python/pull/1081#discussion_r1790352715_

llucax commented 1 month ago