Internal Server Error when Invoking Email Function #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: viveksantayana/ska-referee-test#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is an issue that occasionally affects any function where an email message is generated and sent, including:
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.
Added graceful exception handling of SMTP errors, so the email server failing should not block the rest of the app functionality.