Closed
Bug 1898324
Opened 9 months ago
Closed 2 months ago
OSError in celery worker when sending email
Categories
(Conduit :: Lando, defect, P2)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zeid, Assigned: zeid)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → zeid
Assignee | ||
Comment 1•2 months ago
•
|
||
Email tasks are propagating to the celery worker, however, they do not get sent, with the following error visible in the logs:
OSError(99, 'Cannot assign requested address')
This is most likely because the mail settings are not set correctly. The settings should be set correctly following the instructions in the Django docs.
Assignee | ||
Updated•2 months ago
|
Summary: OSError when sending email in celery worker → OSError in celery worker when sending email
Assignee | ||
Updated•2 months ago
|
Priority: -- → P2
Comment 2•2 months ago
|
||
Assignee | ||
Updated•2 months ago
|
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•