alpha
Login
or
Join now
metru.dev
/
bj
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/metruzanca/bj. A small golang util for starting background jobs reliably
cli
go
process-manager
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
bj
/
internal
/
runner
/
at
main
1 file
Zanca
feat(restart): add --restart flag for infinite retries on failure
5mo ago
ad98ffc1
runner.go
feat(restart): add --restart flag for infinite retries on failure Adds a new --restart flag that runs commands in an infinite loop, restarting them 5 seconds after any non-zero exit code until they succeed. Perfect for keeping services up indefinitely. Features: - --restart <command> for infinite restart-on-failure - 5 second delay between restart attempts - Mutually exclusive with --retry (pick your stamina) - Full shell completion support
5 months ago