Micro library for retries in cats-effect using Scala extensions
This blog entry will show how to add a simple retry mechanism to cats-effect (CE) using Scala 3 extensions. The idea is that whenever we define our IO instances we can also specify that, if they fail and certain conditions are met, they will be autom...
Jun 2, 20246 min read36
