filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit 92839b0c749970e6cba9e27566bfea757a6927e3 parent a7604e6923b455e29d342100bad28b952a684e19 Author: Marc Coquand <marc@coquand.email> Date: Tue, 16 Dec 2025 17:21:19 +0100 fled Diffstat:
| M | README.md | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -52,6 +52,8 @@ If all went well, you can see the job output in `/complete`: ```sh $ cat /tmp/filed-jobs/complete/1 +>>> echo 'hello world' +hello world ``` By default, a job retries 3 times, and if unsuccessful, gets moved to `/failed`. You can inspect the logs to see what went wrong: