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
- Host: GitHub
- URL: https://github.com/logotip4ik/hot
- Owner: logotip4ik
- License: mit
- Created: 2025-07-22T18:56:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T19:00:37.000Z (11 months ago)
- Last Synced: 2025-07-22T20:42:02.965Z (11 months ago)
- Topics: runner, supervisor, zig
- Language: Zig
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```