We noticed that if we deploy more than one notifier VM for each OpenEdX instance, multiple forum digests are sent to each user, because each notifier instance individually schedules a periodic job to send email digests.
We would like to run multiple notifier instances at the same time (for better fault-tolerance), without each user receiving multiple copies of daily digests. Is there a way to do that?