Expiration warnings are sent if cron is invoked on the day the expiration warning is supposed to be sent. However, low-traffic sites may not receive a visitor on a given day, which will cause the expiration warning e-mail to be skipped (if the Drupal default method of invoking cron is used).

Need to at least warn the administrator about this potential problem somehow.

Comments

aohrvetpv’s picture

Status: Active » Needs review
StatusFileSize
new1.24 KB

Patch that adds warning that cron must be run daily to ensure e-mail notifications are sent.

A better solution to this bug would probably be to send all e-mail notifications that are due to be sent since the last cron run. For example, if an e-mail notification should have been sent yesterday, but it was not sent because cron did not run yesterday, it should be sent today when cron runs.

  • AohRveTPV committed 9b6421d on 7.x-1.x
    Issue #2469861 by AohRveTPV: Expiration warnings may not be sent if cron...
aohrvetpv’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Needs review » Patch (to be ported)
aohrvetpv’s picture

Status: Patch (to be ported) » Closed (won't fix)

6.x-1.x is no longer supported.