Dockered celery does not send mail #87
		Loading…
	
	
			
			x
			
			
		
	
		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.pyfile on the docker branch.Indeed, somehow trailing comma got in there.
Fix has been merged and published on the staging in this commit