Skip to content

Commit c3f9960

Browse files
authored
Update throttling.rst (#132)
spelling correction
1 parent e04e033 commit c3f9960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background-processing/throttling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Throttling Batches
273273

274274
By default background job identifier is used to identify the current owner of a particular mutex or a semaphore. But since version 1.3 for mutexes and 1.4 for semaphores it is possible to use any custom value from a given job parameter.
275275

276-
With this feature we can throttle entire batches, since we can pass the ``BatchId`` job parameter that's used to store the batch identifier. To accomplish this, we need to create two empty methods with ``ThrottlerMode.Acquire`` and ``ThrottlerMode.Release`` semantics that will acquire and release a synchronization primirive:
276+
With this feature we can throttle entire batches, since we can pass the ``BatchId`` job parameter that's used to store the batch identifier. To accomplish this, we need to create two empty methods with ``ThrottlerMode.Acquire`` and ``ThrottlerMode.Release`` semantics that will acquire and release a synchronization primitive:
277277

278278
.. code-block:: c#
279279

0 commit comments

Comments
 (0)