filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit dfcc3e05dbcf361e9cd314cb76a6ebf9c4711ec9 parent fd35186cb6a7498766faaba5ed2d949aa28e5f8c Author: Marc Coquand <marc@coquand.email> Date: Sun, 14 Dec 2025 20:08:18 +0100 Docs Diffstat:
| M | qj.1.scd | | | 6 | +----- |
1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/qj.1.scd b/qj.1.scd @@ -13,7 +13,7 @@ qj - queue jobs utility qj is a job queue that operates on files mounted to _mountpoint_. qj exposes 4 directories, where each directory contains zero or more _jobs_. -Job names must be unique across all four directories. The directories are +Job names must be unique across all four directories. The directories are: *pending* - jobs to be run. To create a new job, create a file here with the command to run. @@ -28,10 +28,6 @@ Job names must be unique across all four directories. The directories are output. Jobs can safely be removed, and you might want to use _CRON(8)_ to delete older jobs regularly. -*pending*, *active*, *failed*, *complete*. Files -in the directories correspond to jobs. To create a job, simply add it to -*pending*. Each job name must be unique globally across all four directories. - qj exposes 2 files: *new-id* contains a unique id that can be sampled for job name entropy,