mirror of https://github.com/zulip/zulip.git
ebb4eab0f9
Previously, we stored up to 2 minutes worth of email events in memory before processing them. So, if the server were to go down we would lose those events. To fix this, we store the events in the database. This is a prep change for allowing users to set custom grace period for email notifications, since the bug noted above will aggravate with longer grace periods. |
||
---|---|---|
.. | ||
__init__.py | ||
queue_processors.py |