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?
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
jobswherequeue= default and ((reserved_atis null andavailable_at<= 1742216809) or (reserved_at<= 1742216719)) order byidasc limit 1 for update)This seemed to be the only related log entry. Does this deadlock started a never ending loop of mails?