We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad810b7 commit 7c9d742Copy full SHA for 7c9d742
1 file changed
bugout/jobs.py
@@ -40,6 +40,8 @@ class BugoutJobQueue:
40
3. A special tag that is used to denote whether a job has been completed successfully.
41
4. A special tag that is used to denote whether a job failed.
42
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).
45
"""
46
47
def __init__(
0 commit comments