Closed
Bug 1448855
Opened 8 years ago
Closed 8 years ago
Bugzilla sends duplicate email notifications
Categories
(bugzilla.mozilla.org :: Email Notifications, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: freddy, Assigned: glob)
References
(Blocks 1 open bug)
Details
As of today, I've been getting email notifications twice.
E.g., the notification for bug 1378552#13 I received at 12:36 and 14:44 CEST.
Updated•8 years ago
|
Blocks: bmo-cloud-issues
when you have the chance can you email me full headers for both emails please.
Assignee: nobody → glob
Flags: needinfo?(fbraun)
the duplicates were caused by the accidental restarting of the jobqueue processes in scl3, resulting in the email being delivered by both scl3 and aws environments. the timestamps are confusing because ses will overwrite the `date` header with its own.
here's the sequence (all times cest):
message created at 12:36:50pm
at 14:15:38pm scl3 processed and delivered the email, with the `date` header untouched (12:36pm)
at 14:44:03pm ses processed and delivered the email, overwriting the `date` header with the current time (14:44pm)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•