Skip to content

Commit

Permalink
Update send-email.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Aug 21, 2014
1 parent 4c5794f commit 18e821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/send-email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ That's all! Try to create some comments and see the ``C:\Temp`` path. You also c
Automatic retries
------------------

When the ``emailService.Send`` method throws an exception, HangFire will retry it automatically after a delay (that is increased with each attempt). The retry attempt count is limited (3 by default), but you can increase it. Just apply the ``AutomaticRetryAttribute`` to the ``NotifyNewComment`` method:
When the ``emailService.Send`` method throws an exception, HangFire will retry it automatically after a delay (that is increased with each attempt). The retry attempt count is limited (10 by default), but you can increase it. Just apply the ``AutomaticRetryAttribute`` to the ``NotifyNewComment`` method:

.. code-block:: c#
Expand Down

0 comments on commit 18e821b

Please sign in to comment.