Skip to content

ControllerServlet: do not sent email to admin upon error #6587

Closed
@damithc

Description

Currently, an email alert is sent to the admin if a request is terminated due to an exception. This code is in the ControllerServlet. However, sending an email can delay the termination of the request which can anger GAE into shutting down the entire instance. Simply logging the error is enough because errors logged at SEVERE level generate email alerts anyway.

image

Metadata

Assignees

No one assigned

    Labels

    a-FaultToleranceResilience to user errors and environment problemsa-PerformanceSpeed and efficiency of operationsgood first issueEasy; restricted for first-time contributorsp.MediumMarginal impact; would like to do if time permits

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions