Project

General

Profile

Email Delaying problem when issue committed.

Added by Umit Uzun over 14 years ago

Hi All,

I have an Virtual Ubuntu Server on Windows XP and I use sendmail to mail configuration. It's successful and I can get mails after I issued but there is one problem about delay about 1 minute as you can see from below;

Processing IssuesController#new (for 127.0.0.1 at 2009-11-05 17:55:45) [GET]
Session ID: 7b81c9a078253478c4cd99c0d8eea8d1
Parameters: {"project_id"=>"testproject", "action"=>"new", "controller"=>"issues"}
DEPRECATION WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library will be REMOVED FROM RAILS 2.2. Please switch to the offical mysql gem: `gem install mysql` See http://www.rubyonrails.org/deprecation for details. (called from mysql_connection at /opt/redmine/redmine-0.8.6/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:81)
Rendering template within layouts/base
Rendering issues/new
Completed in 0.66385 (1 reqs/sec) | Rendering: 0.32829 (49%) | DB: 0.16899 (25%) | 200 OK [http://localhost/projects/testproject/issues/new]

Processing IssuesController#new (for 127.0.0.1 at 2009-11-05 17:56:00) [POST]
Session ID: 7b81c9a078253478c4cd99c0d8eea8d1
Parameters: {"project_id"=>"testproject", "action"=>"new", "issue"=>{"start_date"=>"2009-11-05", "estimated_hours"=>"", "priority_id"=>"4", "done_ratio"=>"0", "assigned_to_id"=>"1", "subject"=>"test issue-4", "tracker_id"=>"1", "due_date"=>"", "description"=>"", "status_id"=>"1"}, "controller"=>"issues", "attachments"=>{"1"=>{"file"=>"", "description"=>""}}, "continue"=>"Create and continue"}
Redirected to http://localhost:3000/projects/testproject/issues/new?tracker_id=1
Completed in 60.94159 (0 reqs/sec) | DB: 0.24750 (0%) | 302 Found [http://localhost/projects/testproject/issues/new]

Processing IssuesController#new (for 127.0.0.1 at 2009-11-05 17:57:01) [GET]
Session ID: 7b81c9a078253478c4cd99c0d8eea8d1
Parameters: {"project_id"=>"testproject", "action"=>"new", "tracker_id"=>"1", "controller"=>"issues"}
Rendering template within layouts/base
Rendering issues/new
Completed in 0.49079 (2 reqs/sec) | Rendering: 0.25253 (51%) | DB: 0.15306 (31%) | 200 OK [http://localhost/projects/testproject/issues/new?tracker_id=1]

So as I suspect problem is in sending mail or where? Any idea?
Regards.

-Umit Uzun