Dockered celery does not send mail #87
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#87
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?
Problem
The dockered celery worker of konova fails on staging with the following error:
Fix
Since mails are send properly, having celery run on a non-dockered dev machine, we need to look for the reasons it fails in a dockered environment.
It does not seem to be a celery specific issue. The same happens if the foreground konova process shall sent an email. Something seems to be odd on the docker configuration for konova, since arnova is working fine and sending mails without problems.
Inspired by this post I took a look on the
django_settings.py
file on the docker branch.Indeed, somehow trailing comma got in there.
Fix has been merged and published on the staging in this commit