Show HN: Retry a command with exponential backoff and jitter (+ Starlark exprs)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. recur

    Retry a command with exponential backoff and jitter (+ Starlark expressions) (by dbohdan)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. eb

    ♻️ Run commands with exponential backoff 📈 (by rye)

  4. opnieuw

    One weird trick to make your code more reliable

    Would also recommend opnieuw: https://github.com/channable/opnieuw

  5. sysbox

    sysadmin/scripting utilities, distributed as a single binary (by skx)

    I have a collection of small sysadming/scripting utilities distributed as a single binary here:

    https://github.com/skx/sysbox

    One of those is "splay" to sleep a random amount of time, before running a command. Very useful to avoid lots of things running across a fleet at the same time.

  6. stamina

    Production-grade retries for Python

  7. backoff

    Python library providing function decorators for configurable backoff and retry (by litl)

    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.

  8. systemd

    The systemd System and Service Manager

    https://github.com/systemd/systemd/issues/6129#issuecomment-...

    "core: add RestartSteps= and RestartSecMax= to dynamically increase interval between auto restarts"

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Is there any software you only made for your own use but nobody else?

    65 projects | news.ycombinator.com | 4 Jul 2024
  • is there a good guide on how to train an ai to simulate your own art work?

    3 projects | /r/AIArtistWorkflows | 24 Jan 2023
  • New AI edits images based on text instructions (instructPix2Pix/imaginAIry)

    5 projects | news.ycombinator.com | 21 Jan 2023
  • Ask HN: Local Tools for Viewing JSON

    11 projects | news.ycombinator.com | 21 Mar 2022
  • Ask HN: What are some tools / libraries you built yourself?

    264 projects | news.ycombinator.com | 16 May 2021

Did you know that Python is
the 2nd most popular programming language
based on number of references?