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

https://github.com/logotip4ik/hot

Simple process supervisor
https://github.com/logotip4ik/hot

runner supervisor zig

Last synced: 11 months ago
JSON representation

Simple process supervisor

Awesome Lists containing this project

README

          

# Hot

Simple process runner.

Well there are probably a ton of such things on GitHub, but i wasn't able to find simply:

> give a command i will re-run it

so, why not build it ? (i hope it works, will try in my production...)

## Usage

```
hot - simple process supervisor

Usage: hot [command] [[...args]]

Optional arguments:
--maxRetries - number of retries to do, accepts `number` or `null` (default is 10)
--retryDelay - delay between each retries in ms (default is 500ms)

Example:
hot ./my-bot --maxRetries 10 --retryDelay 100
```