module
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Jan 26, 2026
License: MIT
Opens a new window with license information.
README
¶
bobbit
Simply "yet" UNIX Socket based job runner with more circus.
Usage
Start the daemon:
bobbitd
Run a job:
bobbit create <job_name> <job_command>
Wait for a job:
bobbit wait <job_name>
List running jobs:
bobbit list
Configuration
Configurations are only possible with environment variables
BOBBIT_SOCKET_PATH : Path to Socket, if directory doesn't exist, it will try to create it. (Default: /tmp/bobbitd.sock)
BOBBIT_DATA_DIR: Data directory, it's important to know that both bobbit and bobbitd will use this directory. (Default: /tmp/bobbitd)
Running inside OCI container
Use tini, or if you're using Docker, pass --init flag.
Directories
¶
|
|
|
cmd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.