Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to tighten up docs for unique options (#77)
Prompted by #62, try to tighten up the documentation around unique job insertions somewhat. Specifically: * Mention that uniqueness is only guaranteed on inserts. * Make the `ByState` example a little less contrived by simplifying it to say "a new job could be inserted even if one of the same kind is already being worked". I find these docs tricky to write because uniqueness is a fairly complicated subject and not all that intuitive to understand. I don't think bluntly adding _more_ docs will help because that'll make them hard to parse and peoples' eyes will glaze over, so I'm trying to find a balance between thoroughness and length.
- Loading branch information