filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
commit 10b179d637583b1ed7b3f7b016ed6163e663fd65 parent 9971eab1c2bcc164cc3fefd78afd440cdbb5e5f6 Author: Marc Coquand <marc@coquand.email> Date: Sun, 14 Dec 2025 20:05:54 +0100 Docs Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md @@ -55,7 +55,7 @@ $ cat /tmp/qj-jobs/complete/1 ### Restarting a job -By default, a job retries 3 times. +By default, a job retries 3 times. Afterward it is moved to the failed directory. To restart it after that, just move the job back to pending: ``` $ mv /tmp/qj-jobs/failed/1 /tmp/qj-jobs/pending