From c711a0cccdcd7e5b3a9a8ec11bce095eadd9706f Mon Sep 17 00:00:00 2001 From: Ivar Refsdal Date: Thu, 23 Sep 2021 14:39:15 +0200 Subject: Small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fa26bc..36cf1e7 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ job to complete before it will be executed: {:depends-on [:a "a1"]})]) ``` -Here queue job `b1` will not execute before `:a1` is `:done`. +Here queue job `b1` will not execute before `a1` is `:done`. Note that queue-name plus `:id` in job options must be an unique value. In the example above that means `:a` plus `a1` must be unique. -- cgit v1.2.3