mirror of https://github.com/zulip/zulip.git
335ef26126
When pulling batches out of the ScheduledEmail list in a single transaction, an unexpected failure to send an email will result in the whole batch getting retried. This will result in infinite email sending loops. Pull a single row off at a time and send it. We continue without retries to the next email on EmailNotDeliveredException, but will retry infinitely on other exceptions. Fixes: #20943. |
||
---|---|---|
.. | ||
commands | ||
data | ||
__init__.py |