We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb9842 commit 5f6162cCopy full SHA for 5f6162c
docs/index.rst
@@ -135,7 +135,7 @@ Job Uniqueness
135
Sometimes you want a job to only be run once at a time (eg. a backup) or once for a given parameter (eg. generating
136
invoices for a particular company).
137
138
-*arq* supports this via custom job ids, see see :func:`arq.connections.ArqRedis.enqueue_job`. It guarantees
+*arq* supports this via custom job ids, see :func:`arq.connections.ArqRedis.enqueue_job`. It guarantees
139
that a job with a particular ID cannot be enqueued again until its execution has finished.
140
141
.. literalinclude:: examples/job_ids.py
0 commit comments