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
/
at
main
4 folders
Sam Zanca
refactor(locales): simplify by removing NSFW system
6w ago
2888f53a
config
refactor(locales): simplify by removing NSFW system The NSFW mode added complexity (two message tables, an init function, a Current global, a config field) for what was essentially a 1-place message lookup. Collapsed the locales package to a single file with a plain map and Msg() helper, dropped the nsfw config field, and updated docs accordingly.
1 month ago
locales
refactor(locales): simplify by removing NSFW system The NSFW mode added complexity (two message tables, an init function, a Current global, a config field) for what was essentially a 1-place message lookup. Collapsed the locales package to a single file with a plain map and Msg() helper, dropped the nsfw config field, and updated docs accordingly.
1 month ago
runner
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
tracker
feat(cli): --prune now clears all completed jobs, resets ID counter - Prune removes all completed jobs (any exit code), not just successful ones - When all jobs are pruned, the ID counter resets to 1 for a fresh start - Auto-prune also updated to remove all completed jobs older than threshold
6 months ago