filed

Job queue using FUSE

git clone git://mccd.space/filed

commit aba791370afc8329a299d892cb2bbaec5b8d1de2
parent d9d9edd1589f9ef86205c5dd24e8c1c3c1029701
Author: Marc Coquand <marc@coquand.email>
Date:   Sun, 14 Dec 2025 21:11:34 +0100

Alt

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -75,7 +75,7 @@ $ cat /tmp/qj-jobs/active/1
 - [ ] State is configured via environment variable
 - [ ] Customizable backoff and timeout before retries
 
-## qj compared to alternatives
+## Alternatives
 
 - [nq] - `nq` is simpler and not a persistent process, but does not feature retries. They serve different purposes: `nq` for ad-hoc queuing of command lines. `qj` serves well as a job manager for your server, where you want admins to see jobs and be able to rerun them.
 - [task-spooler] - `ts` has better control over how you want the task executed (GPU or CPU), and a lot of other features. It does (AFAIK) not support retries, which are supported in `qj`.