proc-limiter

limit instances of given process to specified quantity


Keywords
limiter, processes, management
License
MIT
Install
pip install proc-limiter==0.3.1

Documentation

proc-limiter

Do not allow to start more then LIMIT instances of your program.

It's very useful ie for programs running from CRON.

Usage

usage: proc_limiter.py [-h] [--limit LIMIT] [--command COMMAND] [--no-shell]
                         [--exit-code EXIT_CODE]

optional arguments:
-h, --help            show this help message and exit
--limit LIMIT, -l LIMIT
                      Max number of processes
--command COMMAND, -c COMMAND
                      Command to execute
--no-shell            Run command through shell
--exit-code EXIT_CODE
                      Exit code on exceeded limit