Closed
Bug 1419535
Opened 8 years ago
Closed 5 years ago
Celery processes send an email on exceptions
Categories
(developer.mozilla.org Graveyard :: General, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jwhitlock, Unassigned)
Details
(Keywords: in-triage, Whiteboard: [specification][type:bug])
What did you do?
================
Celery processed a task that raised an exception
What happened?
==============
An email with the traceback is sent to developers.
What should have happened?
==========================
Sentry should be used to track task errors:
https://docs.sentry.io/clients/python/integrations/celery/
Is there anything else we should know?
======================================
Some tasks (such as kuma.wiki.tasks.render_document) explicitly attempt to email admins instead of generating exceptions. This can also cause issues, since exceptions can't always be serialized to a string.
Comment 1•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•