Skip to main content

This utility is designed to run any shell command and retry if no new line was written tostdout within a specified timeout

Project description

console-retry

This utility is designed to run any shell command and retry if no new line was written to stdout within a specified timeout

The default timeout applies to lines written to stdout of the shell command.

Retry is triggered when:

  • No new line was written to stdout after specified timeout

Retry is not triggered when:

  • The command as a whole takes longer than specified timeout
  • The command returns a non-zero (error) return code

To be a good bash-citizen the return code is mirrors the return code of the subcommand or 1 if the command never finished in the specified timeout.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

console_retry-1.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page