From 0594940251b6e3c7806dadcfdc082e11807393c3 Mon Sep 17 00:00:00 2001 From: Ivar Refsdal Date: Thu, 23 Sep 2021 14:40:07 +0200 Subject: Small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36cf1e7..0c5e56a 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ 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. -When specifying `:depends-on`, the job must at least exist in the database, +When specifying `:depends-on`, the referred job must at least exist in the database, otherwise `yq/put` will throw an exception. Other than this there is no attempt at ordering the execution of queue jobs. -- cgit v1.2.3