filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit 3be4bad8873fa066793f1d8d0a71135f9a43fdcc parent cedcda11d3a056a9fa50150aaeea8c1a26c747b7 Author: Marc Coquand <marc@coquand.email> Date: Sun, 14 Dec 2025 19:55:39 +0100 Docs Diffstat:
| M | qj.1.scd | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qj.1.scd b/qj.1.scd @@ -24,11 +24,11 @@ Job names must be unique across all four directories. The directories are *failed* - jobs that exceeded retry count. You can retry a job by moving them back to pending. You can also safely remove jobs here. - *completed* - jobs that succeeded, with content being the job + *complete* - jobs that succeeded, with content being the job output. Jobs can safely be removed, and you might want to use _CRON(8)_ to delete older jobs regularly. -*pending*, *active*, *failed*, *completed*. Files +*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.