Defect #38256
closed
Redmine 5.0.4 version sometimes doesn't send mail notifications
Added by Iliyan Petrov almost 2 years ago.
Updated 10 months ago.
Category:
Email notifications
Description
Redmine doesn`t send notifications to the assigned users or change their status. This occurs sometimes. There are no issues in the production log or smtp settings and server.
- Status changed from New to Needs feedback
Which is your queue adapter? The default one that is using the memory to store the queues could generate this kind of issues.
Marius BĂLTEANU wrote in #note-1:
Which is your queue adapter? The default one that is using the memory to store the queues could generate this kind of issues.
Hello,
thank you for youre response.
I don`t know exactly what you mean as "queue adapter", but I`ve solved the issue. The issue was very complicated to be catch caused sometimes the dns requests going to failed with "time out" therefore there is no connection with SMTP server.
Appologies for miss my feedback.
- Status changed from Needs feedback to Closed
- Resolution set to Invalid
Thanks for your feedback, closing this!
"queue adapter" is the queue backend system used by Redmine to schedule async jobs, like email sending. Using the default in-memory adapter is not recommended for a production environment because you can lost the jobs in some cases, like after a service restart. I guide about Sidekiq, recommended backend: SidekiqConfiguration.
Also available in: Atom
PDF