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

CommentFileSizeAuthor
#3 2877755-03.patch12.45 KBjhedstrom
#2 2877755-02.patch5.85 KBjhedstrom

Comments

jhedstrom created an issue. See original summary.

jhedstrom’s picture

Status: Active » Needs review
StatusFileSize
new5.85 KB
jhedstrom’s picture

StatusFileSize
new12.45 KB

This 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.

  • jhedstrom committed ecb532b on 8.x-1.x
    Issue #2877755 by jhedstrom: Digests aren't ever sent after the first...
jhedstrom’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.