Skip to content

Potential incorrect sending of closing soon email #13275

Open
@DhiraPT

Description

@DhiraPT

The current query in getFeedbackSessionEntitiesPossiblyNeedingClosingSoonEmail() includes sessions where endTime > TimeHelper.getInstantDaysOffsetFromNow(-2). This means sessions that ended up to 2 days ago are still being considered, which is incorrect.

Proposed Solution:

Correct the time range condition to ensure only sessions that are actually closing soon are selected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c.BugBug/defect report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions