←back to thread

72 points networked | 1 comments | | HN request time: 0s | source
Show context
Terretta ◴[] No.42193579[source]
For Python, consider Tenacity: https://tenacity.readthedocs.io/en/latest/

At the CLI, this is nice for not depending on Node.

replies(5): >>42193588 #>>42193649 #>>42193809 #>>42195207 #>>42195700 #
1. maleldil ◴[] No.42195700[source]
backoff is good, too: https://github.com/litl/backoff

I moved away from tenacity because of type-checking issues. I might check out stamina next time.