filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit eed58882c8984c2c7a90cbf23f0690dda94f1646 parent 60e25f64a47c551c2ba4a1a4e6bbad255bfb2c4f Author: Marc Coquand <marc@coquand.email> Date: Tue, 16 Dec 2025 17:40:49 +0100 Docs Diffstat:
| M | README.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -94,6 +94,10 @@ I was inspired by 9p, and files proved to be a great abstraction since directori - [ ] Notification on failure. Unfortunately [inotify does not work with fuse], which would have been elegant otherwise. - [ ] Notify forget and other updates. +## Status + +File d'attente is tested, but not battle-tested. There are probably quite a few warts and inefficiencies. + ## 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. `filed` serves well as a job manager for your server, where you want admins to see jobs and be able to rerun them.