Skip to content

Deadlock caused Looping E-Mails? #4652

@ollimaz

Description

@ollimaz

After one member startet a new conversation by putting the same inbox (example@example.com) inside the "To" field and adding about 20 users to BCC all recipients started receiving the same mail over and over again...

The only thing I could find inside the logs was the following

SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: select * from jobs where queue = default and ((reserved_at is null and available_at <= 1742216809) or (reserved_at <= 1742216719)) order by id asc limit 1 for update)

This seemed to be the only related log entry. Does this deadlock started a never ending loop of mails?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions