andredias / codelab

MIT License
2 stars 1 forks source link

Replace wait_until_responsive for a retry decorator from the tenacity library #38

Closed andredias closed 3 years ago

andredias commented 3 years ago

Although wait_until_responsive works fine, it might be interesting to use the retry decorator from Tenacity instead.

andredias commented 3 years ago

moved to https://github.com/andredias/codebox/issues/5