filed

Job queue using FUSE

git clone git://mccd.space/filed

commit e607d5136ab3d9e08213de11ea6f0e9910a9702c
parent 6a1506d1f40e79f223c5e2da51b74fa8a4b53e11
Author: Marc Coquand <marc@coquand.email>
Date:   Mon, 15 Dec 2025 16:02:30 +0100

docs

Diffstat:
Mqj.1.scd | 12+++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/qj.1.scd b/qj.1.scd
@@ -78,7 +78,7 @@ Create a new job  with a unique id, that echoes hello world:
 
 	$ printf "echo helloworld" > "/var/qj/pending/$(< /var/qj/new-id)"
 
-Retry a failing job titled myjob:
+Retry a job that filed:
 
 	$ mv /var/qj/failed/myjob /var/qj/pending
 
@@ -86,5 +86,15 @@ Inspect a currently running job:
 
 	$ cat /var/qj/active/myjob
 
+
+# SEE ALSO
+
 Periodic jobs can be set up using _CRON(8)_.
 
+# AUTHOR
+
+Maintained by Marc Coquand <marc@coquand.email. Up-to-date sources can be
+found at https://git.sr.ht/~marcc/qj and bugs/patches can be submitted by
+email to ~marcc/public-inbox@lists.sr.ht.
+
+