@neumann After meeting you last week, I decided to pick a random episode to listen to on a drive yesterday, and it happened to be https://clojuredesign.club/episode/111-loopify/ It's funny both because I see you heading in the exact same direction we were talking about at the conj, but also the use case is one that I cover with the library I released about a month ago: https://github.com/potetm/fusebox?tab=readme-ov-file#retry
if anyone is listening and wanting to see exactly what the example is, you should be able to look https://github.com/potetm/fusebox/blob/240227609c32630fea5cda3fc6300ba13428400f/src/com/potetm/fusebox/retry.clj#L42-L82 and see what it looks like
@potetm Looks nifty! I like lightweight and simple! I’ll definitely have to play around with this when I get a chance. Thanks for sharing!