frequenz-floss / frequenz-client-microgrid-python

Microgrid API client for Python
https://frequenz-floss.github.io/frequenz-client-microgrid-python/
MIT License
0 stars 5 forks source link

Use the retry strategy in all methods #52

Open llucax opened 4 months ago

llucax commented 4 months ago

What's needed?

We need to make sure we retry all methods if a retry strategy is provided. At the moment only streaming methods will retry.

Proposed solution

Use the retry strategy in all methods.

Use cases

No response

Alternatives and workarounds

No response

Additional context

Related to: