If a release is outstanding and email interval is set to eg 1 day, and cron runs hourly, the email will be sent an hour later each day.
Setup as above.
in update_cron() in update.module
if (($request_time - $last_check) > $interval) {
if (($request_time - $last_email_notice) > $interval) {replace '>' with '>='
add patch if agreed
none
none
Active
10.6 ✨
update.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.