filed
Job queue using FUSE
git clone git://mccd.space/filedcommit e5ab568b7ee805ed3ab4c5f2b301afc90b8963df
parent be360f6b954c1c7fc41b136cfa0135028e6f1f62
Author: Marc Coquand <marc@coquand.email>
Date: Mon, 15 Dec 2025 15:58:27 +0100
Docs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# qj - queue jobs and inspect
-`qj` is a simple job queue. It is intended for single-server workloads, and aims to work as a companion queue to another application, while also allowing admins to easily inspect and rerun jobs that have failed.
+`qj` is a simple job queue. It is intended for trusted, single-server workloads, and aims to work as a companion queue to another application, while also allowing admins to easily inspect and rerun jobs that have failed.
`qj` uses files and directories for manipulation. Creating a job is as simple as adding it to `/pending`, viewing running jobs is as simple as running `ls /active`, and restarting a failed job is as simple as `mv /failed/1 /pending`.