aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvar Refsdal <ivar.refsdal@nsd.no>2021-09-23 14:40:07 +0200
committerIvar Refsdal <ivar.refsdal@nsd.no>2021-09-23 14:40:07 +0200
commit0594940251b6e3c7806dadcfdc082e11807393c3 (patch)
tree1f848496a4c601abec011db4736b7722f1d9d826
parentSmall fix (diff)
downloadfiinha-0594940251b6e3c7806dadcfdc082e11807393c3.tar.gz
fiinha-0594940251b6e3c7806dadcfdc082e11807393c3.tar.xz
Small fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.