Internal Server Error when Invoking Email Function #1

Closed
opened 2022-08-11 17:46:34 +01:00 by viveksantayana · 1 comment

This is an issue that occasionally affects any function where an email message is generated and sent, including:

  • Resetting passwords
  • Updating user accounts
  • Submitting the exam (important)

This error seems to be caused when the storage space on the server runs out, normally caused because of old Docker images or other apps cluttering the server.

Could not replicate the bug, and it appears to have been sorted following a re-install (as all old files were cleaned up in the process).

Will monitor this and see if more issues arise as a result.

The only permanent fix seems to be hosting this on a server with more storage, and at least a 5GB headroom, so it prevents the mail server from failing.

This is an issue that occasionally affects any function where an email message is generated and sent, including: * Resetting passwords * Updating user accounts * Submitting the exam (**important**) This error seems to be caused when the storage space on the server runs out, normally caused because of old Docker images or other apps cluttering the server. Could not replicate the bug, and it appears to have been sorted following a re-install (as all old files were cleaned up in the process). Will monitor this and see if more issues arise as a result. The only permanent fix seems to be hosting this on a server with more storage, and at least a 5GB headroom, so it prevents the mail server from failing.
viveksantayana added the
bug
label 2022-08-11 17:46:34 +01:00
Author
Owner

Added graceful exception handling of SMTP errors, so the email server failing should not block the rest of the app functionality.

Added graceful exception handling of SMTP errors, so the email server failing should not block the rest of the app functionality.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: viveksantayana/ska-referee-test#1
No description provided.