Skip to content

Commit 7c9d742

Browse files
committed
Clarifying comment in BugoutJobQueue documentation
1 parent ad810b7 commit 7c9d742

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bugout/jobs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class BugoutJobQueue:
4040
3. A special tag that is used to denote whether a job has been completed successfully.
4141
4. A special tag that is used to denote whether a job failed.
4242
5. A context_type for entries that represent cursor entries for the job queue.
43+
44+
Note that this job queue assumes a single consumer per set of (success_tag, failure_tag, cursor_context_type).
4345
"""
4446

4547
def __init__(

0 commit comments

Comments
 (0)