Kallithea issues archive

Issue #88: Invalid email settings slow down GUI action

Reported by: Wouter Vermeiren
State: resolved
Created on: 2015-01-26 10:23
Updated on: 2015-01-27 10:01

Description

Each time an email is going to be send via the configured email server and the server is not responding, the GUI action is slowed down until the timeout is reached (sometimes 30s). Perhaps it makes more sense to put an email task in a queue that is then handled in the background with a list of tasks still to be handled in the GUI?

Attachments

Comments

Comment by Mads Kiilerich, on 2015-01-26 16:10

Comment by Wouter Vermeiren, on 2015-01-27 10:01

It seems that using something like rabbitmq should solve this issue. I will close the issue until I have attempted again using rabbitmq.