filed

Job queue using FUSE

git clone git://mccd.space/filed

commit 60e25f64a47c551c2ba4a1a4e6bbad255bfb2c4f
parent 8e46e375ab84985545e6c4f94c63c48d6009726c
Author: Marc Coquand <marc@coquand.email>
Date:   Tue, 16 Dec 2025 17:33:17 +0100

docs

Diffstat:
MREADME.md | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -6,11 +6,6 @@ File d'attente uses files and directories for queue manipulation. Create a job w
 
 The tool is intended for trusted, single-server workloads, as a companion queue to another application. File d'attente comes with automatic retries, timeout, and backoff built-in.
 
-File d'attente works well with other tools in the ecosystem, for example:
-
-- Create periodic jobs using cron
-- Authnz using built-in unix users
-
 ## Installation
 
 File d'attente is built in Go and depends on sqlite and fuse (make sure fusermount is available in path).