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 35d0968 commit ae0475cCopy full SHA for ae0475c
docs/usage.rst
@@ -74,7 +74,7 @@ With mailer in your ``INSTALLED_APPS``, there will be four new
74
* ``runmailer`` similar to ``send_mail``, but will keep running and checking the
75
database for new messages each ``MAILER_EMPTY_QUEUE_SLEEP`` (default: 30) seconds.
76
Can be used *instead* of ``send_mail`` to circumvent the maximum frequency
77
- of once per minutes inherent to cron.
+ of once per minute inherent to cron.
78
79
* ``retry_deferred`` will move any deferred mail back into the normal queue
80
(so it will be attempted again on the next ``send_mail``).
0 commit comments