←back to thread

72 points networked | 2 comments | | HN request time: 0.001s | 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. derhuerst ◴[] No.42193649[source]
for Node.js, consider retry: https://www.npmjs.com/package/retry
replies(1): >>42193682 #
2. yodon ◴[] No.42193682[source]
>For Python, consider Tenacity

>>For node.js, consider retry

For .NET, consider Polly[0]

[0]https://www.pollydocs.org/