diff options
| author | Ivar Refsdal <ivar.refsdal@nsd.no> | 2021-09-23 14:40:07 +0200 |
|---|---|---|
| committer | Ivar Refsdal <ivar.refsdal@nsd.no> | 2021-09-23 14:40:07 +0200 |
| commit | 0594940251b6e3c7806dadcfdc082e11807393c3 (patch) | |
| tree | 1f848496a4c601abec011db4736b7722f1d9d826 | |
| parent | Small fix (diff) | |
| download | fiinha-0594940251b6e3c7806dadcfdc082e11807393c3.tar.gz fiinha-0594940251b6e3c7806dadcfdc082e11807393c3.tar.xz | |
Small fix
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
