Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nlm/throttle

Easily throttle command spawning in scripts
https://github.com/nlm/throttle

Last synced: about 1 month ago
JSON representation

Easily throttle command spawning in scripts

Awesome Lists containing this project

README

        

throttle
========

Easily throttle command spawing in scripts

[![Build Status](https://travis-ci.org/nlm/throttle.svg?branch=master)](https://travis-ci.org/nlm/throttle)

usage
-----

throttle [ [args]]

throttle will execute a command at most TIMES times in a period of PERIOD seconds
and store its state in STATEFILE.

return values
-------------

<100: actual return value of the program
100: command throttled
101: syntax error
102: system error
103: error reading/writing state file