-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Security Level: Public (Visbile by non-authn users.)
-
None
Currently the service stores the time when notifications were last sent in memory only. This means that notification emails are sent out every time the container (tomcat / jetty) or the webapp is restarted (e.g. after upgrades).
The service should store all notification times in a persistant storage area (e.g. database), so that the frequency of sending notification emails is not affected by service restarts.