Simple background job executor.
Start the daemon:
bobbitd
Run a job:
bobbit create <job_name> <job_command>
Wait for a job:
bobbit wait <job_name>
Print job output:
bobbit tail <job_name>
List running jobs:
bobbit list
Configurations are only possible with environment variables
BOBBIT_FIFO_PATH
: Path to FIFO, if directory doesn't exist, it will try to create it. (Default:./bobbitd.fifo
)BOBBBI_DATA_DIR
: Data directory, it's important to know that bothbobbit
andbobbitd
will use this directory. (Default:./bobbitd
)
Use tini
, or if you're using Docker, pass --init
flag.