Problem/Motivation
Due to a logic error in DigestManager, after the first daily or weekly digest is sent, they are never processed again because the last sent time is updated on every cron run.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2877755-03.patch | 12.45 KB | jhedstrom |
Comments
Comment #2
jhedstromComment #3
jhedstromThis surfaced another issue where there could be gaps in digests if more time passed than the interval of a given digest. This changes to use the end time instead of the start time.
Comment #5
jhedstrom