Forever

Latest version: v0.8.26

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.8.8

0.4.5

Forever
Auto restart any script if it stops printing.

Usage

bash
python -m forever [OPTIONS] SCRIPT [SCRIPT_ARGS]


Required arguments:

- `SCRIPT [SCRIPT_ARGS]`: Script and its arguments

Optional arguments:

- `-h`, `--help`: Show help message and exit
- `-t TIMEOUT`, `--timeout TIMEOUT`: Timeout in seconds
- `-i INTERVAL`, `--interval INTERVAL`: Waiting interval in seconds

Examples

bash
python -m forever bash forever_example.sh
python -m forever -t 3 -i 3 python -u -m forever_example

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.