filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit 02a716cdf4db6c5525a138d368b6f56ad021e186 parent c2ba453d5e7492a8dfa4854e98c808c1bd8e326a Author: Marc Coquand <marc@coquand.email> Date: Sun, 14 Dec 2025 21:01:21 +0100 Docs Diffstat:
| M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # qj - queue jobs -`qj` is a simple job queue that is manipulated using files. It is intended for single-server workloads, for example as a companion to another app, and features: +`qj` is a simple job queue that is manipulated using files. It is intended for single-server workloads, for example as a companion to another app. `qj` makes it easy for admins to view and retry jobs. It features: - Retries - Output logs @@ -10,7 +10,7 @@ `qj` aims to be a good unix citizen, and works well with other tools in the ecosystem, for example: - Periodic jobs using cron -- Access rights using unix users +- Access rights specific for unix users ## Installation