First time here? Check out the FAQ!

Revision history  [back]

If you set up celery daemon and set CELERY_ALWAYS_EAGER=False in your settings.py email alerts will be delayed and the later edit will "win". Also this will help the application respond faster because email alerts will be sent asynchronously.

With CELERY_ALWAYS_EAGER=True you'll be getting one email per edit.