Skip to content

Notification are sent over and over again #459

@madmas

Description

@madmas

I reported this already to nextcloud/server#20286 before I realized now that it seems to be cause by this app. Please refer to that issue for details.

Trying to find the cause, I could find out that the events are not deleted from the events queue in "activity_mq" table.

Also, "amq_last_send" is not updated, it's always the same as "amq_timestamp".

Finally I cloud solve this after adding some debug statements to MailQueueHandler.php .
With these statements I got aware that there are timeouts happening when mail were put to SMTP. The timeouts also caused that send notification were not deleted from the queue table.

I suggest to merge the debug log statements in the code so that the debug level show actual helpful output.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions