filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit 961ef95ca648cd0dc617c1b5847552a6fe0c7282 parent c708c07597ac3b99b6879546fda973ccad8da289 Author: Marc Coquand <marc@coquand.email> Date: Tue, 16 Dec 2025 16:20:21 +0100 README Diffstat:
| M | README.md | | | 2 | ++ |
| M | filed.1.scd | | | 4 | ++++ |
2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -98,6 +98,7 @@ I've tried a few other queue tools: sqs/sns, rabbitmq, bull, systemd-run. The fi - [ ] "Landlock"-mode, or sandboxed jobs - Requires a design - [ ] A reusable systemd unit file - [ ] A reusable openrc unit file +- [ ] Notification on failure. Unfortunately [inotify does not work with fuse] ## Alternatives @@ -111,3 +112,4 @@ I've tried a few other queue tools: sqs/sns, rabbitmq, bull, systemd-run. The fi [bull]: https://www.npmjs.com/package/bull [man pages]: https://git.sr.ht/~marcc/filed/tree/main/item/filed.1.scd [scdoc]: https://git.sr.ht/~sircmpwn/scdoc +[inotify does not work with fuse]: https://github.com/libfuse/libfuse/wiki/Fsnotify-and-FUSE diff --git a/filed.1.scd b/filed.1.scd @@ -119,6 +119,10 @@ Inspect a currently running job: Periodic jobs can be set up using _CRON(8)_. +# LIMITATIONS + +File d'attente does not work with _inotify(7)_. + # AUTHORS Maintained by Marc Coquand <marc@coquand.email>. Up-to-date sources can be